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

Method writePropertyName

MonaCore/sources/JSONWriter.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73
74void JSONWriter::writePropertyName(const char* value) {
75 writeString(value,strlen(value));
76 packet.write8(':');
77 _first=true;
78}
79
80void JSONWriter::writeString(const char* value, UInt32 size) {
81

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected