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

Method toStringView

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

Source from the content-addressed store, hash-verified

142}
143
144std::string_view JsonWriter::toStringView() {
145 return std::string_view(_compactBuffer.GetString(), _compactBuffer.GetSize());
146}
147
148std::vector<std::byte> JsonWriter::toBytes() {
149 const auto view = this->toStringView();

Callers 2

toBytesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected