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

Method append

common/jinja/string.cpp:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106string string::append(const string & other) {
107 for (const auto & part : other.parts) {
108 parts.push_back(part);
109 }
110 return *this;
111}
112
113// in-place transformation
114

Callers 15

download_modelFunction · 0.45
loadMethod · 0.45
loadMethod · 0.45
add_vocabMethod · 0.45
dequant_modelMethod · 0.45
get_model_part_namesMethod · 0.45
set_gguf_parametersMethod · 0.45
get_vocab_baseMethod · 0.45
_set_vocab_qwenMethod · 0.45
_set_vocab_llama_hfMethod · 0.45

Calls 1

push_backMethod · 0.45