Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ endObject
Method
endObject
MonaCore/sources/JSONWriter.cpp:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void JSONWriter::endObject() {
53
54
packet.write8(
'}'
);
55
56
end(true);
57
}
58
59
UInt64 JSONWriter::beginArray(UInt32 size) {
60
start(true);
Callers
6
readOne
Method · 0.45
messageHandler
Method · 0.45
readOne
Method · 0.45
FlashWriter.cpp
File · 0.45
readOne
Method · 0.45
SendNewCandidate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected