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

Function common_log_default_callback

common/log.cpp:445–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445void common_log_default_callback(enum ggml_log_level level, const char * text, void * /*user_data*/) {
446 auto verbosity = common_get_verbosity(level);
447 if (verbosity <= common_log_verbosity_thold) {
448 common_log_add(common_log_main(), level, "%s", text);
449 }
450}

Callers

nothing calls this directly

Calls 3

common_get_verbosityFunction · 0.85
common_log_addFunction · 0.85
common_log_mainFunction · 0.85

Tested by

no test coverage detected