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

Function createUserScriptSecretRef

src/utils/userScriptSecrets.ts:521–526  ·  view source on GitHub ↗
(secretRef: string)

Source from the content-addressed store, hash-verified

519}
520
521export function createUserScriptSecretRef(secretRef: string): UserScriptSecretRef {
522 return {
523 [SECRET_MARKER]: true,
524 secretRef,
525 };
526}
527
528export function buildUserScriptSecretId(
529 command: IUserScript,

Calls

no outgoing calls

Tested by

no test coverage detected