MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / common_log_flush

Function common_log_flush

subprojects/llama.cpp/common/log.cpp:423–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423void common_log_flush(struct common_log * log) {
424 log->pause();
425 log->resume();
426}
427
428static int common_get_verbosity(enum ggml_log_level level) {
429 switch (level) {

Callers 3

mainFunction · 0.85
set_displayFunction · 0.85
startFunction · 0.85

Calls 2

pauseMethod · 0.45
resumeMethod · 0.45

Tested by

no test coverage detected