Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
struct 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_model
Method · 0.45
server_models
Method · 0.45
run_multiple
Function · 0.45
fs_list
Function · 0.45
dl_load_library
Function · 0.45
dl_load_library
Function · 0.45
Calls
2
to_string
Function · 0.85
push_back
Method · 0.45
Tested by
1
run_multiple
Function · 0.36