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

Method writeDate

MonaCore/sources/XMLRPCWriter.cpp:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82
83UInt64 XMLRPCWriter::writeDate(const Date& date) {
84 string buffer;
85 date.toString(Date::ISO8601_FRAC_FORMAT,buffer);
86 beginValue("dateTime.iso8601").write(buffer.data(), buffer.size());
87 endValue("dateTime.iso8601");
88 return 0;
89}
90
91PacketWriter& XMLRPCWriter::beginValue(const char* tag) {
92 start();

Callers

nothing calls this directly

Calls 3

writeMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected