MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / enabled

Method enabled

Extensions/PilotOSMachine/easylogging++.cpp:1629–1631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1627}
1628
1629bool TypedConfigurations::enabled(Level level) {
1630 return getConfigByVal<bool>(level, &m_enabledMap, "enabled");
1631}
1632
1633bool TypedConfigurations::toFile(Level level) {
1634 return getConfigByVal<bool>(level, &m_toFileMap, "toFile");

Callers 6

runWithConfigurationMethod · 0.45
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