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

Method String

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

Source from the content-addressed store, hash-verified

36}
37
38bool JsonWriter::String(std::string_view string) {
39 return _compact->String(
40 string.data(),
41 static_cast<unsigned int>(string.size()));
42}
43
44bool JsonWriter::Key(std::string_view key) {
45 return _compact->Key(key.data(), static_cast<unsigned int>(key.size()));

Callers 13

writeJsonFunction · 0.45
handleApiServerMethod · 0.45
createTokenMethod · 0.45
modifyTokenMethod · 0.45
completeTokenExchangeMethod · 0.45
refreshMethod · 0.45
writeJsonFunction · 0.45
writeMapFunction · 0.45
generateAuthTokenFunction · 0.45
handleAuthServerMethod · 0.45
writeJsonFunction · 0.45
primitiveWriterFunction · 0.45

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by 4

handleApiServerMethod · 0.36
writeMapFunction · 0.36
generateAuthTokenFunction · 0.36
handleAuthServerMethod · 0.36