Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
427
void common_log_flush(struct common_log * log) {
428
log->pause();
429
log->resume();
430
}
431
432
static int common_get_verbosity(enum ggml_log_level level) {
433
switch (level) {
Callers
5
main
Function · 0.85
assert_equals
Function · 0.85
test_backends
Function · 0.85
set_display
Function · 0.85
start
Function · 0.85
Calls
2
pause
Method · 0.80
resume
Method · 0.80
Tested by
2
assert_equals
Function · 0.68
test_backends
Function · 0.68