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

Method beginArray

MonaCore/sources/HTTP/HTTP.cpp:374–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 UInt64 beginObject(const char* type=NULL) { return 0; }
373 void endObject() {}
374 UInt64 beginArray(UInt32 size) { return 0; }
375 void endArray() {}
376
377 void writePropertyName(const char* value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected