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

Method beginObject

MonaCore/sources/XMLRPCWriter.cpp:43–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43UInt64 XMLRPCWriter::beginObject(const char* type) {
44 start(OBJECT);
45
46 if (type)
47 packet.write(EXPAND("<value><struct type=\"")).write(type).write("\">");
48 else
49 packet.write(EXPAND("<value><struct>"));
50 return 0;
51}
52
53void XMLRPCWriter::writePropertyName(const char* value) {
54 start();

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected