MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / StartArray

Method StartArray

CesiumJsonReader/src/JsonReader.cpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 return update(pCurrent->readObjectEnd());
56 }
57 bool StartArray() { return update(pCurrent->readArrayStart()); }
58 bool EndArray(size_t /* elementCount */) {
59 return update(pCurrent->readArrayEnd());
60 }

Callers

nothing calls this directly

Calls 1

readArrayStartMethod · 0.45

Tested by

no test coverage detected