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

Method size

tools/server/server-task.h:599–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597 std::list<server_prompt_checkpoint> checkpoints;
598
599 size_t size() const {
600 size_t res = data.size();
601
602 for (const auto & checkpoint : checkpoints) {
603 res += checkpoint.size();
604 }
605
606 return res;
607 }
608
609 int n_tokens() const {
610 return tokens.size();

Callers 6

n_tokensMethod · 0.45
get_list_idMethod · 0.45
add_childMethod · 0.45
is_parentMethod · 0.45
sizeMethod · 0.45
n_tokensMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected