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

Method beginArray

MonaCore/sources/XMLRPCWriter.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63UInt64 XMLRPCWriter::beginArray(UInt32 size) {
64 start(ARRAY);
65 packet.write(EXPAND("<value><array size=\""));
66 String::Append(packet, size).write("\"><data>");
67 return 0;
68}
69
70void XMLRPCWriter::endArray() {
71 packet.write(EXPAND("</data></array></value>"));

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected