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

Method writeString

MonaCore/sources/JSONWriter.cpp:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void JSONWriter::writeString(const char* value, UInt32 size) {
81
82 start();
83 packet.write8('"');
84 packet.write(value,size);
85 packet.write8('"');
86 end();
87}
88
89UInt64 JSONWriter::writeDate(const Date& date) {
90 string buffer;

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected