Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ common_log_main
Function
common_log_main
smallthinker/common/log.cpp:354–358 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
352
}
353
354
struct common_log * common_log_main() {
355
static struct common_log log;
356
357
return &log;
358
}
359
360
void common_log_pause(struct common_log * log) {
361
log->pause();
Callers
4
sigint_handler
Function · 0.85
main
Function · 0.85
common_params_parser_init
Function · 0.85
common_init
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68