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

Method has

include/thundersvm/util/log.h:2432–2434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2430 bool remove(const std::string& id);
2431
2432 inline bool has(const std::string& id) {
2433 return get(id, false) != nullptr;
2434 }
2435
2436 inline void unregister(Logger*& logger) {
2437 base::threading::ScopedLock scopedLock(lock());

Callers 2

initializeLoggerMethod · 0.80
hasLoggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected