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

Method toFile

src/thundersvm/util/log.cpp:1553–1555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1551 }
1552
1553 bool TypedConfigurations::toFile(Level level) {
1554 return getConfigByVal<bool>(level, &m_toFileMap, "toFile");
1555 }
1556
1557 const std::string& TypedConfigurations::filename(Level level) {
1558 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