Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
61
const
uniqueWorkspaceId = () => `workspace-${++testIndex}`
62
63
const
storedKey = (id: string) => ({ id, encryptedApiKey: `encrypted-${id}` })
64
65
describe(
'getBYOKKey'
, () => {
66
beforeEach(() => {
Callers
1
byok.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected