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

Method hitCounters

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

Source from the content-addressed store, hash-verified

2619 }
2620
2621 inline base::RegisteredHitCounters* hitCounters(void) const {
2622 return m_registeredHitCounters;
2623 }
2624
2625 inline base::RegisteredLoggers* registeredLoggers(void) const {
2626 return m_registeredLoggers;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected