MCPcopy 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
17export function getClaimedSize(node: NodeEntity): number | undefined {
18 return node.activeRevision?.claimedSize;
19}

Callers 2

downloadFileMethod · 0.90
printNodeHumanMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected