MCPcopy 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
360void common_log_pause(struct common_log * log) {
361 log->pause();
362}
363
364void common_log_resume(struct common_log * log) {
365 log->resume();

Callers 2

sigint_handlerFunction · 0.85

Calls 1

pauseMethod · 0.80

Tested by

no test coverage detected