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

Method validateEveryNCounter

include/thundersvm/util/log.h:2609–2611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2607 virtual ~Storage(void);
2608
2609 inline bool validateEveryNCounter(const char* filename, base::type::LineNumber lineNumber, std::size_t occasion) {
2610 return hitCounters()->validateEveryN(filename, lineNumber, occasion);
2611 }
2612
2613 inline bool validateAfterNCounter(const char* filename, base::type::LineNumber lineNumber, std::size_t n) {
2614 return hitCounters()->validateAfterN(filename, lineNumber, n);

Callers

nothing calls this directly

Calls 1

validateEveryNMethod · 0.80

Tested by

no test coverage detected