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

Method validateNTimesCounter

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

Source from the content-addressed store, hash-verified

2615 }
2616
2617 inline bool validateNTimesCounter(const char* filename, base::type::LineNumber lineNumber, std::size_t n) {
2618 return hitCounters()->validateNTimes(filename, lineNumber, n);
2619 }
2620
2621 inline base::RegisteredHitCounters* hitCounters(void) const {
2622 return m_registeredHitCounters;

Callers

nothing calls this directly

Calls 1

validateNTimesMethod · 0.80

Tested by

no test coverage detected