MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / common_log_pause

Function common_log_pause

common/log.cpp:381–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381void common_log_pause(struct common_log * log) {
382 log->pause();
383}
384
385void common_log_resume(struct common_log * log) {
386 log->resume();

Callers 4

sigint_handlerFunction · 0.85
setup_child_serverMethod · 0.85

Calls 1

pauseMethod · 0.80

Tested by

no test coverage detected