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

Method fileStream

src/thundersvm/util/log.cpp:1581–1583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1579 }
1580
1581 base::type::fstream_t* TypedConfigurations::fileStream(Level level) {
1582 return getConfigByRef<base::FileStreamPtr>(level, &m_fileStreamMap, "fileStream").get();
1583 }
1584
1585 std::size_t TypedConfigurations::maxLogFileSize(Level level) {
1586 return getConfigByVal<std::size_t>(level, &m_maxLogFileSizeMap, "maxLogFileSize");

Callers 3

flushMethod · 0.80
dispatchMethod · 0.80
handleMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected