MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / insert

Method insert

Sources/Dependencies/jsoncpp/value.cpp:1284–1286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1282 }
1283
1284 bool Value::insert(ArrayIndex index, const Value& newValue) {
1285 return insert(index, Value(newValue));
1286 }
1287
1288 bool Value::insert(ArrayIndex index, Value&& newValue) {
1289 JSON_ASSERT_MESSAGE(type() == nullValue || type() == arrayValue, "in Json::Value::insert: requires arrayValue");

Callers 6

value.cppFile · 0.45
compressDataMethod · 0.45
readBytesMethod · 0.45
handleUpgradeMethod · 0.45
appendToSendBufferMethod · 0.45
receiveFromSocketMethod · 0.45

Calls 3

typeClass · 0.85
sizeFunction · 0.85
ValueFunction · 0.70

Tested by

no test coverage detected