MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / string

Method string

subprojects/llama.cpp/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 6

load_modelMethod · 0.45
server_modelsMethod · 0.45
run_multipleFunction · 0.45
fs_listFunction · 0.45
dl_load_libraryFunction · 0.45
dl_load_libraryFunction · 0.45

Calls 2

to_stringFunction · 0.85
push_backMethod · 0.45

Tested by 1

run_multipleFunction · 0.36