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

Method parentPath

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

Source from the content-addressed store, hash-verified

169 }
170
171 get parentPath() {
172 return new Path(this.driveSdk, this.photosSdk, pathDirname(this.fullPath), this.eventsManager);
173 }
174
175 get name() {
176 return pathBasename(this.fullPath);

Callers

nothing calls this directly

Calls 1

pathDirnameFunction · 0.85

Tested by

no test coverage detected