MCPcopy Index your code
hub / github.com/simstudioai/sim / uniqueWorkspaceId

Function uniqueWorkspaceId

apps/sim/lib/api-key/byok.test.ts:61–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 */
60let testIndex = 0
61const uniqueWorkspaceId = () => `workspace-${++testIndex}`
62
63const storedKey = (id: string) => ({ id, encryptedApiKey: `encrypted-${id}` })
64

Callers 1

byok.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected