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

Method getChild

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

Source from the content-addressed store, hash-verified

236 }
237
238 async getChild(name: string) {
239 const node = await this.getNode();
240 return this.getNodeByName(node, name);
241 }
242
243 private get sectionPath() {
244 // /my-files/foo/bar/baz -> foo/bar/baz

Callers

nothing calls this directly

Calls 2

getNodeMethod · 0.95
getNodeByNameMethod · 0.95

Tested by

no test coverage detected