MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / setLogMessage

Method setLogMessage

include/thundersvm/util/log.h:2226–2228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2224 friend class base::LogDispatcher;
2225
2226 inline void setLogMessage(LogMessage* logMessage) {
2227 m_logMessage = logMessage;
2228 }
2229 inline void setDispatchAction(base::DispatchAction dispatchAction) {
2230 m_dispatchAction = dispatchAction;
2231 }

Callers 1

dispatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected