MCPcopy Create free account
hub / github.com/chhoumann/quickadd / getSecretStorage

Function getSecretStorage

src/utils/userScriptSecrets.ts:56–58  ·  view source on GitHub ↗
(app: App | undefined)

Source from the content-addressed store, hash-verified

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

Callers 4

readSecretStorageEntryFunction · 0.85
writeSecretStorageEntryFunction · 0.85
clearUserScriptSecretFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected