Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
309
Value Array() {
310
Value v; v.type = Type::Array; return v;
311
}
312
313
Value Object() {
314
Value v; v.type = Type::Object; return v;
Callers
5
CreateDriveFolder
Method · 0.85
UploadOrUpdate
Method · 0.85
BuildRootValue
Function · 0.85
BuildAppStatsJson
Function · 0.85
SerializeState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected