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

Method toFile

Extensions/PilotOSMachine/easylogging++.cpp:1633–1635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1631}
1632
1633bool TypedConfigurations::toFile(Level level) {
1634 return getConfigByVal<bool>(level, &m_toFileMap, "toFile");
1635}
1636
1637const std::string& TypedConfigurations::filename(Level level) {
1638 return getConfigByRef<std::string>(level, &m_filenameMap, "filename");

Callers 3

flushMethod · 0.80
dispatchMethod · 0.80
handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected