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

Method get_val

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

Source from the content-addressed store, hash-verified

79 }
80
81 value get_val(const std::string & name) {
82 value default_val = mk_val<value_undefined>(name);
83 return env->at(name, default_val);
84 }
85
86 void set_val(const std::string & name, const value & val) {
87 env->insert(name, val);

Callers 2

execute_implMethod · 0.80
caps_try_executeFunction · 0.80

Calls 1

atMethod · 0.65

Tested by

no test coverage detected