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

Method insert

subprojects/llama.cpp/common/jinja/value.h:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143 virtual bool has_key(const value &) { throw std::runtime_error(type() + " is not an object value"); }
144 virtual void insert(const value & /* key */, const value & /* val */) { throw std::runtime_error(type() + " is not an object value"); }
145 virtual value & at(const value & /* key */, value & /* default_val */) { throw std::runtime_error(type() + " is not an object value"); }
146 virtual value & at(const value & /* key */) { throw std::runtime_error(type() + " is not an object value"); }
147 virtual value & at(const std::string & /* key */, value & /* default_val */) { throw std::runtime_error(type() + " is not an object value"); }

Callers 7

contextMethod · 0.45
set_valMethod · 0.45
push_frontMethod · 0.45
value.cppFile · 0.45
from_jsonFunction · 0.45
execute_implMethod · 0.45
try_builtin_funcFunction · 0.45

Calls 1

typeEnum · 0.85

Tested by

no test coverage detected