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

Method Predicate

include/thundersvm/util/log.h:2150–2153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2148 class Predicate {
2149 public:
2150 Predicate(const char* filename, base::type::LineNumber lineNumber)
2151 : m_filename(filename),
2152 m_lineNumber(lineNumber) {
2153 }
2154 inline bool operator()(const HitCounter* counter) {
2155 return ((counter != nullptr) &&
2156 (strcmp(counter->m_filename, m_filename) == 0) &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected