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

Method enabled

src/thundersvm/util/log.cpp:1549–1551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1547 }
1548
1549 bool TypedConfigurations::enabled(Level level) {
1550 return getConfigByVal<bool>(level, &m_enabledMap, "enabled");
1551 }
1552
1553 bool TypedConfigurations::toFile(Level level) {
1554 return getConfigByVal<bool>(level, &m_toFileMap, "toFile");

Callers 5

getMethod · 0.45
dispatchMethod · 0.45
initializeLoggerMethod · 0.45
~PerformanceTrackerMethod · 0.45
checkpointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected