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

Method LogDispatcher

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

Source from the content-addressed store, hash-verified

2811 class LogDispatcher : base::NoCopy {
2812 public:
2813 LogDispatcher(bool proceed, LogMessage&& logMessage, base::DispatchAction dispatchAction) :
2814 m_proceed(proceed),
2815 m_logMessage(std::move(logMessage)),
2816 m_dispatchAction(std::move(dispatchAction)) {
2817 }
2818
2819 void dispatch(void);
2820

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected