Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
385
void common_log_resume(struct common_log * log) {
386
log->resume();
387
}
388
389
void common_log_free(struct common_log * log) {
390
delete log;
Callers
2
setup_child_server
Method · 0.85
notify_router_sleeping_state
Method · 0.85
Calls
1
resume
Method · 0.80
Tested by
no test coverage detected