MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / beginArray

Method beginArray

MonaCore/include/Mona/StringWriter.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 void writePropertyName(const char* name) { append(name); }
38
39 UInt64 beginArray(UInt32 size) { return 0; }
40 void endArray(){}
41
42 void writeNumber(double value) { append(value); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected