Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ beginObject
Method
beginObject
MonaCore/sources/HTTP/HTTP.cpp:372–372 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
}
371
372
UInt64 beginObject(const char* type=NULL) { return 0; }
373
void endObject() {}
374
UInt64 beginArray(UInt32 size) { return 0; }
375
void endArray() {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected