Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ size
Method
size
valdi_core/src/valdi_core/cpp/Utils/Marshaller.cpp:236–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
}
235
236
int Marshaller::size() {
237
return static_cast<int>(_stack.size());
238
}
239
240
const Value& Marshaller::getAsRef(int index) {
241
auto resolvedIndex = convertIndexOrError(index);
Callers
6
push
Method · 0.45
getArrayLength
Method · 0.45
getArrayItem
Method · 0.45
setArrayItem
Method · 0.45
getMapLength
Method · 0.45
convertIndex
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected