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

Method LogDispatchData

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected