MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / common_log_pause

Function common_log_pause

subprojects/llama.cpp/common/log.cpp:377–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377void common_log_pause(struct common_log * log) {
378 log->pause();
379}
380
381void common_log_resume(struct common_log * log) {
382 log->resume();

Callers 3

sigint_handlerFunction · 0.85
setup_child_serverMethod · 0.85

Calls 1

pauseMethod · 0.45

Tested by

no test coverage detected