Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ beginArray
Method
beginArray
MonaCore/include/Mona/QueryWriter.h:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
void endObject() {}
38
39
UInt64 beginArray(UInt32 size) { return 0; }
40
void endArray() {}
41
42
void writeNumber(double value) { String::Append(writer(), value); }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected