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

Method writePropertyName

MonaCore/sources/XMLRPCWriter.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void XMLRPCWriter::writePropertyName(const char* value) {
54 start();
55 packet.write(EXPAND("<member><name>")).write(value).write(EXPAND("</name>"));
56}
57
58void XMLRPCWriter::endObject() {
59 packet.write(EXPAND("</struct></value>"));

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected