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

Method endArray

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

Source from the content-addressed store, hash-verified

314}
315
316bool SC::SerializationJson::Writer::endArray() { return output.append("]"); }
317
318bool SC::SerializationJson::Writer::startObjectField(uint32_t index, StringSpan text)
319{

Callers 3

serializeMethod · 0.80
serializeMethod · 0.80
loadVersionedMethod · 0.80

Calls 2

appendMethod · 0.45
getTypeMethod · 0.45

Tested by

no test coverage detected