MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / endObject

Method endObject

Libraries/SerializationText/SerializationJson.cpp:308–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308bool SC::SerializationJson::Writer::endObject() { return output.append("}"); }
309
310bool SC::SerializationJson::Writer::startArray(uint32_t index)
311{

Callers 2

serializeMethod · 0.80
loadVersionedMethod · 0.80

Calls 2

appendMethod · 0.45
getTypeMethod · 0.45

Tested by

no test coverage detected