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

Method endObject

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected