MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / set_val

Method set_val

subprojects/llama.cpp/common/jinja/runtime.h:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 void set_val(const std::string & name, const value & val) {
87 env->insert(name, val);
88 }
89
90 void set_val(const value & name, const value & val) {
91 env->insert(name, val);

Callers 2

global_from_jsonFunction · 0.80
execute_implMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected