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

Method sdk

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

Source from the content-addressed store, hash-verified

177 }
178
179 get sdk(): ProtonDriveClient | ProtonDrivePhotosClient {
180 if (this.usePhotoSdk()) {
181 return this.photosSdk;
182 }
183 return this.driveSdk;
184 }
185
186 private usePhotoSdk(): boolean {
187 const photoPaths = [

Callers

nothing calls this directly

Calls 1

usePhotoSdkMethod · 0.95

Tested by

no test coverage detected