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

Method create_state

tools/server/server-task.h:249–251  ·  view source on GitHub ↗

the task will be moved into queue, then onto slots however, the state must be kept by caller (e.g., HTTP thread)

Source from the content-addressed store, hash-verified

247 // the task will be moved into queue, then onto slots
248 // however, the state must be kept by caller (e.g., HTTP thread)
249 task_result_state create_state() const {
250 return task_result_state(params.chat_parser_params);
251 }
252
253 bool is_parent() const {
254 return child_tasks.size() > 0;

Callers 2

post_taskMethod · 0.80
post_tasksMethod · 0.80

Calls 1

task_result_stateClass · 0.85

Tested by

no test coverage detected