(key: string)
| 346 | const tokenStore = makeGoogleDriveTokenStore(repo, integration); |
| 347 | |
| 348 | const getObjectRecord = (key: string) => |
| 349 | mapStorageError(requireDriveObject(repo, integrationId, key)); |
| 350 | const recoverDriveFileId = ( |
| 351 | key: string, |
| 352 | previous: typeof Db.storageObjects.$inferSelect, |
no test coverage detected