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

Method EndArray

CesiumJsonWriter/src/JsonWriter.cpp:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52bool JsonWriter::StartArray() { return _compact->StartArray(); }
53
54bool JsonWriter::EndArray() { return _compact->EndArray(); }
55
56void JsonWriter::Primitive(std::int32_t value) { _compact->Int(value); }
57

Callers 9

writeJsonFunction · 0.45
createTokenMethod · 0.45
modifyTokenMethod · 0.45
writeJsonFunction · 0.45
generateAuthTokenFunction · 0.45
writeJsonFunction · 0.45
recursiveArrayWriterFunction · 0.45
KeyArrayMethod · 0.45

Calls

no outgoing calls

Tested by 1

generateAuthTokenFunction · 0.36