MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / Array

Function Array

src/common/json.cpp:309–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309Value Array() {
310 Value v; v.type = Type::Array; return v;
311}
312
313Value Object() {
314 Value v; v.type = Type::Object; return v;

Callers 5

CreateDriveFolderMethod · 0.85
UploadOrUpdateMethod · 0.85
BuildRootValueFunction · 0.85
BuildAppStatsJsonFunction · 0.85
SerializeStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected