Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
validateEveryN
Method · 0.80
validateAfterN
Method · 0.80
validateNTimes
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected