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

Method flushAll

include/thundersvm/util/log.h:2445–2448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2443 }
2444
2445 inline void flushAll(void) {
2446 base::threading::ScopedLock scopedLock(lock());
2447 unsafeFlushAll();
2448 }
2449
2450 inline void setDefaultLogBuilder(LogBuilderPtr& logBuilderPtr) {
2451 base::threading::ScopedLock scopedLock(lock());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected