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

Method String

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

Source from the content-addressed store, hash-verified

45 return false;
46 }
47 bool String(const char* str, size_t length, bool /* copy */) {
48 return update(pCurrent->readString(std::string_view(str, length)));
49 }
50 bool StartObject() { return update(pCurrent->readObjectStart()); }
51 bool Key(const char* str, size_t length, bool /* copy */) {
52 return update(pCurrent->readObjectKey(std::string_view(str, length)));

Callers

nothing calls this directly

Calls 1

readStringMethod · 0.45

Tested by

no test coverage detected