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

Method hasLogger

src/thundersvm/util/log.cpp:2836–2839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2834 }
2835
2836 bool Loggers::hasLogger(const std::string& identity) {
2837 base::threading::ScopedLock scopedLock(ELPP->lock());
2838 return ELPP->registeredLoggers()->has(identity);
2839 }
2840
2841 Logger* Loggers::reconfigureLogger(Logger* logger, const Configurations& configurations) {
2842 if (!logger) return nullptr;

Callers

nothing calls this directly

Calls 3

hasMethod · 0.80
registeredLoggersMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected