Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
423
void common_log_flush(struct common_log * log) {
424
log->pause();
425
log->resume();
426
}
427
428
static int common_get_verbosity(enum ggml_log_level level) {
429
switch (level) {
Callers
3
main
Function · 0.85
set_display
Function · 0.85
start
Function · 0.85
Calls
2
pause
Method · 0.45
resume
Method · 0.45
Tested by
no test coverage detected