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

Method logMessage

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

Source from the content-addressed store, hash-verified

2544 : m_logMessage(logMessage), m_dispatchData(data), m_logLine(logLine) {}
2545 virtual ~AsyncLogItem() {}
2546 inline LogMessage* logMessage(void) {
2547 return &m_logMessage;
2548 }
2549 inline LogDispatchData* data(void) {
2550 return &m_dispatchData;
2551 }

Callers 2

handleMethod · 0.45
dispatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected