Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ push_back
Method
push_back
subprojects/llama.cpp/common/jinja/value.cpp:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void func_args::push_back(const value & val) {
56
args.push_back(val);
57
}
58
59
void func_args::push_front(const value & val) {
60
args.insert(args.begin(), val);
Callers
15
new_jstring_utf8
Function · 0.45
Java_android_llama_cpp_LLamaAndroid_completion_1loop
Function · 0.45
common_ngram_simple_draft
Function · 0.45
common_ngram_map_draft
Function · 0.45
_generate_union_rule
Method · 0.45
_visit_pattern
Method · 0.45
_build_object_rule
Method · 0.45
_add_primitive
Method · 0.45
resolve_refs
Method · 0.45
visit
Method · 0.45
to_args
Method · 0.45
load_from_models_dir
Method · 0.45
Calls
no outgoing calls
Tested by
3
draft
Method · 0.36
draft
Method · 0.36
common_speculative_init
Function · 0.36