MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / operator()

Method operator()

include/thundersvm/util/log.h:2154–2158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2152 m_lineNumber(lineNumber) {
2153 }
2154 inline bool operator()(const HitCounter* counter) {
2155 return ((counter != nullptr) &&
2156 (strcmp(counter->m_filename, m_filename) == 0) &&
2157 (counter->m_lineNumber == m_lineNumber));
2158 }
2159
2160 private:
2161 const char* m_filename;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected