MCPcopy 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
354struct common_log * common_log_main() {
355 static struct common_log log;
356
357 return &log;
358}
359
360void common_log_pause(struct common_log * log) {
361 log->pause();

Callers 4

sigint_handlerFunction · 0.85
mainFunction · 0.85
common_initFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68