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

Method hitCounts

include/thundersvm/util/log.h:2140–2142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2138 }
2139
2140 inline std::size_t hitCounts(void) const {
2141 return m_hitCounts;
2142 }
2143
2144 inline void increment(void) {
2145 ++m_hitCounts;

Callers 3

validateEveryNMethod · 0.80
validateAfterNMethod · 0.80
validateNTimesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected