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

Function optionDefinesStableSecretId

src/utils/userScriptSecrets.ts:562–564  ·  view source on GitHub ↗
(option: UserScriptOptionDefinition)

Source from the content-addressed store, hash-verified

560}
561
562function optionDefinesStableSecretId(option: UserScriptOptionDefinition): boolean {
563 return typeof option.id === "string" && option.id.trim().length > 0;
564}
565
566async function readSecretStorageEntry(
567 app: App | undefined,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected