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

Method logMessage

include/thundersvm/util/log.h:2215–2217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2213 public:
2214 LogDispatchData() : m_logMessage(nullptr), m_dispatchAction(base::DispatchAction::None) {}
2215 inline const LogMessage* logMessage(void) const {
2216 return m_logMessage;
2217 }
2218 inline base::DispatchAction dispatchAction(void) const {
2219 return m_dispatchAction;
2220 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected