Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProtonDriveApps/sdk
/ getClaimedSize
Function
getClaimedSize
cli/src/cli/node.ts:17–20 ·
view source on GitHub ↗
(node: NodeEntity)
Source
from the content-addressed store, hash-verified
15
}
16
17
export
function
getClaimedSize(node: NodeEntity): number | undefined {
18
return
node.activeRevision?.claimedSize;
19
}
Callers
2
downloadFile
Method · 0.90
printNodeHuman
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected