Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ is_parent
Method
is_parent
tools/server/server-task.h:253–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
bool is_parent() const {
254
return child_tasks.size() > 0;
255
}
256
257
bool is_child() const {
258
return id_parent != -1;
Callers
4
post_task
Method · 0.80
launch_slots_with_parent_task
Method · 0.80
process_single_task
Method · 0.80
update_slots
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected