Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ writeDate
Method
writeDate
MonaCore/sources/JSONWriter.cpp:89–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
UInt64 JSONWriter::writeDate(const Date& date) {
90
string buffer;
91
date.toString(Date::ISO8601_FRAC_FORMAT,buffer);
92
writeString(buffer.c_str(),buffer.size());
93
return 0;
94
}
95
96
97
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected