Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ on_sleeping_changed
Method
on_sleeping_changed
tools/server/server-context.cpp:3181–3183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3179
};
3180
3181
void server_context::on_sleeping_changed(std::function<void(bool)> callback) {
3182
impl->queue_tasks.on_sleeping_state(std::move(callback));
3183
}
3184
3185
3186
//
Callers
1
main
Function · 0.80
Calls
1
on_sleeping_state
Method · 0.80
Tested by
no test coverage detected