(app: App | undefined)
| 54 | } |
| 55 | |
| 56 | function getSecretStorage(app: App | undefined): SecretStorageLike | undefined { |
| 57 | return app?.secretStorage as SecretStorageLike | undefined; |
| 58 | } |
| 59 | |
| 60 | function normalizeSecretIdPart(value: string): string { |
| 61 | const normalized = value |
no outgoing calls
no test coverage detected