MCPcopy Create free account
hub / github.com/Kitware/CMake / insert

Method insert

Utilities/cmjsoncpp/src/lib_json/json_value.cpp:1140–1142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

json_value.cppFile · 0.45
checkMethod · 0.45
applyMethod · 0.45

Calls 3

moveFunction · 0.85
ValueFunction · 0.50
typeClass · 0.50

Tested by

no test coverage detected