Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
15
cli.cpp
File · 0.45
main
Function · 0.45
load_model
Method · 0.45
invoke
Method · 0.45
invoke
Method · 0.45
invoke
Method · 0.45
server_models
Method · 0.45
run_multiple
Function · 0.45
fs_list
Function · 0.45
get_url_tasks
Function · 0.45
safe_write_file
Function · 0.45
get_repo_files
Function · 0.45
Calls
2
to_string
Function · 0.50
push_back
Method · 0.45
Tested by
1
run_multiple
Function · 0.36