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

Method sectionPath

cli/src/cli/paths.ts:243–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241 }
242
243 private get sectionPath() {
244 // /my-files/foo/bar/baz -> foo/bar/baz
245 return joinPathSegments(splitPathSegments(this.fullPath).slice(2));
246 }
247
248 private get sectionRootNodeName() {
249 // /shared-with-me/foo/bar/baz -> foo

Callers

nothing calls this directly

Calls 2

joinPathSegmentsFunction · 0.85
splitPathSegmentsFunction · 0.85

Tested by

no test coverage detected