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

Method validateAfterNCounter

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

Source from the content-addressed store, hash-verified

2611 }
2612
2613 inline bool validateAfterNCounter(const char* filename, base::type::LineNumber lineNumber, std::size_t n) {
2614 return hitCounters()->validateAfterN(filename, lineNumber, n);
2615 }
2616
2617 inline bool validateNTimesCounter(const char* filename, base::type::LineNumber lineNumber, std::size_t n) {
2618 return hitCounters()->validateNTimes(filename, lineNumber, n);

Callers

nothing calls this directly

Calls 1

validateAfterNMethod · 0.80

Tested by

no test coverage detected