MCPcopy 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_taskMethod · 0.80
process_single_taskMethod · 0.80
update_slotsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected