MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / common_log_flush

Function common_log_flush

common/log.cpp:427–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427void common_log_flush(struct common_log * log) {
428 log->pause();
429 log->resume();
430}
431
432static int common_get_verbosity(enum ggml_log_level level) {
433 switch (level) {

Callers 5

mainFunction · 0.85
assert_equalsFunction · 0.85
test_backendsFunction · 0.85
set_displayFunction · 0.85
startFunction · 0.85

Calls 2

pauseMethod · 0.80
resumeMethod · 0.80

Tested by 2

assert_equalsFunction · 0.68
test_backendsFunction · 0.68