Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ common_log_pause
Function
common_log_pause
subprojects/llama.cpp/common/log.cpp:377–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
375
}
376
377
void common_log_pause(struct common_log * log) {
378
log->pause();
379
}
380
381
void common_log_resume(struct common_log * log) {
382
log->resume();
Callers
3
sigint_handler
Function · 0.85
setup_child_server
Method · 0.85
common_params_parser_init
Function · 0.85
Calls
1
pause
Method · 0.45
Tested by
no test coverage detected