Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ push_front
Method
push_front
subprojects/llama.cpp/common/jinja/value.cpp:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void func_args::push_front(const value & val) {
60
args.insert(args.begin(), val);
61
}
62
63
const std::vector<value> & func_args::get_args() const {
64
return args;
Callers
4
post
Method · 0.80
invoke
Method · 0.80
push
Method · 0.80
find_and_move_to_front
Method · 0.80
Calls
2
insert
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected