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

Method endArray

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected