Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ common_log_pause
Function
common_log_pause
smallthinker/common/log.cpp:360–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
}
359
360
void common_log_pause(struct common_log * log) {
361
log->pause();
362
}
363
364
void common_log_resume(struct common_log * log) {
365
log->resume();
Callers
2
sigint_handler
Function · 0.85
common_params_parser_init
Function · 0.85
Calls
1
pause
Method · 0.80
Tested by
no test coverage detected