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

Method insert

tools/server/server-common.cpp:393–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void server_tokens::insert(const llama_tokens & inp_tokens) {
394 tokens.insert(tokens.end(), inp_tokens.begin(), inp_tokens.end());
395}
396
397const llama_tokens & server_tokens::get_tokens() const {
398 GGML_ASSERT(!has_mtmd);

Callers 15

mainFunction · 0.45
get_viewMethod · 0.45
load_hparamsMethod · 0.45
load_tensorsMethod · 0.45
tokenizeMethod · 0.45
add_textMethod · 0.45
mtmd_debug_encode_imageFunction · 0.45
preprocessMethod · 0.45
parse_cmd_paramsFunction · 0.45
to_llama_mparamsMethod · 0.45
prompt_addFunction · 0.45
perplexity_v2Function · 0.45

Calls 2

endMethod · 0.80
beginMethod · 0.45

Tested by 8

get_expected_descriptionFunction · 0.36
main_automated_testsFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
tensor_to_floatFunction · 0.36
list_all_opsFunction · 0.36
show_test_coverageFunction · 0.36