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

Method maxLogFileSize

src/thundersvm/util/log.cpp:1585–1587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1583 }
1584
1585 std::size_t TypedConfigurations::maxLogFileSize(Level level) {
1586 return getConfigByVal<std::size_t>(level, &m_maxLogFileSizeMap, "maxLogFileSize");
1587 }
1588
1589 std::size_t TypedConfigurations::logFlushThreshold(Level level) {
1590 return getConfigByVal<std::size_t>(level, &m_logFlushThresholdMap, "logFlushThreshold");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected