Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ emplace
Method
emplace
valdi_core/src/valdi_core/cpp/Utils/ValueArray.cpp:116–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
void ValueArray::emplace(size_t index, Value&& value) {
117
(*this)[index] = std::move(value);
118
}
119
120
void ValueArray::emplace(size_t index, const Value& value) {
121
(*this)[index] = value;
Callers
15
marshall
Method · 0.45
insertString
Method · 0.45
append
Method · 0.45
toArray
Method · 0.45
setArrayItem
Method · 0.45
toString
Method · 0.45
jsonValueToValue
Function · 0.45
marshallVector
Function · 0.45
fillPointerData
Function · 0.45
insertTask
Method · 0.45
toValue
Function · 0.45
getEntries
Method · 0.45
Calls
no outgoing calls
Tested by
2
serializeTestCases
Function · 0.36
TEST
Function · 0.36