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

Method string

common/jinja/string.h:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24struct string {
25 std::vector<string_part> parts;
26 string() = default;
27 string(const std::string & v, bool user_input = false) {
28 parts.push_back({user_input, v});
29 }

Callers 15

cli.cppFile · 0.45
mainFunction · 0.45
load_modelMethod · 0.45
invokeMethod · 0.45
invokeMethod · 0.45
invokeMethod · 0.45
server_modelsMethod · 0.45
run_multipleFunction · 0.45
fs_listFunction · 0.45
get_url_tasksFunction · 0.45
safe_write_fileFunction · 0.45
get_repo_filesFunction · 0.45

Calls 2

to_stringFunction · 0.50
push_backMethod · 0.45

Tested by 1

run_multipleFunction · 0.36