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

Method endArray

MonaCore/sources/XMLRPCWriter.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void XMLRPCWriter::endArray() {
71 packet.write(EXPAND("</data></array></value>"));
72 end(true);
73}
74
75void XMLRPCWriter::writeNumber(double value) {
76 if (round(value) == value && value <= numeric_limits<int>::max() && value >= numeric_limits<int>::min())

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected