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

Method getCounter

include/thundersvm/util/log.h:2186–2189  ·  view source on GitHub ↗

@brief Gets hit counter registered at specified position

Source from the content-addressed store, hash-verified

2184
2185 /// @brief Gets hit counter registered at specified position
2186 inline const base::HitCounter* getCounter(const char* filename, base::type::LineNumber lineNumber) {
2187 base::threading::ScopedLock scopedLock(lock());
2188 return get(filename, lineNumber);
2189 }
2190 };
2191/// @brief Action to be taken for dispatching
2192 enum class DispatchAction : base::type::EnumType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected