MCPcopy 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
59void func_args::push_front(const value & val) {
60 args.insert(args.begin(), val);
61}
62
63const std::vector<value> & func_args::get_args() const {
64 return args;

Callers 4

postMethod · 0.80
invokeMethod · 0.80
pushMethod · 0.80

Calls 2

insertMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected