Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Selectively11/CloudRedirect
/ Object
Function
Object
src/common/json.cpp:313–315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
311
}
312
313
Value Object() {
314
Value v; v.type = Type::Object; return v;
315
}
316
317
bool DeepEqual(const Value& a, const Value& b) {
318
if (a.type != b.type) return false;
Callers
14
SimpleUpload
Method · 0.85
SessionUpload
Method · 0.85
CreateDriveFolder
Method · 0.85
UploadOrUpdate
Method · 0.85
RenameDriveItem
Method · 0.85
SerializeManifest
Function · 0.85
Init
Function · 0.85
EnsureInitialized
Function · 0.85
SaveTokens
Method · 0.85
EntryToJson
Function · 0.85
BuildRootValue
Function · 0.85
BuildAppStatsJson
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected