Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ JSONWriter
Method
JSONWriter
MonaCore/sources/JSONWriter.cpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
30
JSONWriter::JSONWriter(const PoolBuffers& poolBuffers) : DataWriter(poolBuffers),_first(true),_layers(0) {
31
packet.write(
"[]"
);
32
}
33
34
void JSONWriter::clear(UInt32 size) {
35
_first=true;
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected