MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / SetMinLogLevel

Function SetMinLogLevel

external/sentencepiece/src/util.cc:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60namespace logging {
61int GetMinLogLevel() { return g_minloglevel.load(); }
62void SetMinLogLevel(int v) { g_minloglevel.store(v); }
63} // namespace logging
64
65void SetMinLogLevel(int v) { logging::SetMinLogLevel(v); }

Callers 2

MergeSpecsFromArgsMethod · 0.70
ParseCommandLineFlagsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected