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

Method startObject

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

Source from the content-addressed store, hash-verified

300}
301
302bool SC::SerializationJson::Writer::startObject(uint32_t index)
303{
304 SC_TRY(eventuallyAddComma(index));
305 return output.append("{");
306}
307
308bool SC::SerializationJson::Writer::endObject() { return output.append("}"); }
309

Callers 2

serializeMethod · 0.80
loadVersionedMethod · 0.80

Calls 2

appendMethod · 0.45
getTypeMethod · 0.45

Tested by

no test coverage detected