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

Method endArray

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

Source from the content-addressed store, hash-verified

373 void endObject() {}
374 UInt64 beginArray(UInt32 size) { return 0; }
375 void endArray() {}
376
377 void writePropertyName(const char* value) {
378 if (String::ICompare("domain", value) == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected