Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
*/
60
let
testIndex = 0
61
const
uniqueWorkspaceId = () => `workspace-${++testIndex}`
62
63
const
storedKey = (id: string) => ({ id, encryptedApiKey: `encrypted-${id}` })
64
Callers
1
byok.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected