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

Function common_log_resume

common/log.cpp:385–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385void common_log_resume(struct common_log * log) {
386 log->resume();
387}
388
389void common_log_free(struct common_log * log) {
390 delete log;

Callers 2

setup_child_serverMethod · 0.85

Calls 1

resumeMethod · 0.80

Tested by

no test coverage detected