MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk / getChild

Method getChild

cli/src/cli/paths.ts:371–374  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

369 throw new ValidationError(`Album not found: ${name}`);
370 }
371}
372
373export class PublicLinkPath {
374 constructor(
375 private publicLinkSdk: ProtonDrivePublicLinkClient,
376 public fullPath: string,
377 ) {

Callers

nothing calls this directly

Calls 2

getNodeMethod · 0.95
getNodeByNameMethod · 0.95

Tested by

no test coverage detected