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

Method initUnflushedCount

src/thundersvm/util/log.cpp:623–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621 }
622
623 void Logger::initUnflushedCount(void) {
624 m_unflushedCount.clear();
625 base::type::EnumType lIndex = LevelHelper::kMinValid;
626 LevelHelper::forEachLevel(&lIndex, [&](void) -> bool {
627 m_unflushedCount.insert(std::make_pair(LevelHelper::castFromInt(lIndex), 0));
628 return false;
629 });
630 }
631
632 void Logger::resolveLoggerFormatSpec(void) const {
633 base::type::EnumType lIndex = LevelHelper::kMinValid;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected