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

Method beginObject

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

Source from the content-addressed store, hash-verified

32 StringWriter(std::string& buffer) : _pString(&buffer) {}
33
34 UInt64 beginObject(const char* type = NULL) { return 0; }
35 void endObject() {}
36
37 void writePropertyName(const char* name) { append(name); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected