MCPcopy
hub / github.com/simstudioai/sim / storedKey

Function storedKey

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

Source from the content-addressed store, hash-verified

61const uniqueWorkspaceId = () => `workspace-${++testIndex}`
62
63const storedKey = (id: string) => ({ id, encryptedApiKey: `encrypted-${id}` })
64
65describe('getBYOKKey', () => {
66 beforeEach(() => {

Callers 1

byok.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected