MCPcopy 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
236int Marshaller::size() {
237 return static_cast<int>(_stack.size());
238}
239
240const Value& Marshaller::getAsRef(int index) {
241 auto resolvedIndex = convertIndexOrError(index);

Callers 6

pushMethod · 0.45
getArrayLengthMethod · 0.45
getArrayItemMethod · 0.45
setArrayItemMethod · 0.45
getMapLengthMethod · 0.45
convertIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected