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

Method get_new_id

tools/server/server-queue.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71int server_queue::get_new_id() {
72 std::unique_lock<std::mutex> lock(mutex_tasks);
73 int new_id = id++;
74 return new_id;
75}
76
77void server_queue::pop_deferred_task(int id_slot) {
78 std::unique_lock<std::mutex> lock(mutex_tasks);

Callers 8

generate_completionMethod · 0.45
update_slotsMethod · 0.45
init_routesMethod · 0.45
handle_slots_saveMethod · 0.45
handle_slots_restoreMethod · 0.45
handle_slots_eraseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected