MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / vaultV2ObjectName

Function vaultV2ObjectName

packages/core/sdk/src/migration-spec.ts:91–92  ·  view source on GitHub ↗
(prefix: string, itemId: string)

Source from the content-addressed store, hash-verified

89): string => `${prefix}/${scopeId}/secrets/${secretId}`;
90
91export const vaultV2ObjectName = (prefix: string, itemId: string): string =>
92 `${prefix}/secrets/${enc(itemId)}`;
93
94// ---------------------------------------------------------------------------
95// oauth_client dedup key — collapse identical apps (BYO means mostly distinct,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected