MCPcopy Create free account
hub / github.com/Alan-CRL/Inkeys / insert

Method insert

Timeout/InkeysTimeout/json/lib_json/json_value.cpp:1137–1139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1135 }
1136
1137 bool Value::insert(ArrayIndex index, const Value& newValue) {
1138 return insert(index, Value(newValue));
1139 }
1140
1141 bool Value::insert(ArrayIndex index, Value&& newValue) {
1142 JSON_ASSERT_MESSAGE(type() == nullValue || type() == arrayValue,

Callers 1

json_value.cppFile · 0.45

Calls 4

insertFunction · 0.85
typeEnum · 0.85
ValueFunction · 0.50
sizeFunction · 0.50

Tested by

no test coverage detected