Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenPipe/OpenPipe
/ generateApiKey
Function
generateApiKey
app/src/server/utils/generateApiKey.ts:5–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
const
KEY_LENGTH = 42;
4
5
export
const
generateApiKey = () => `opk_${cryptoRandomString({ length: KEY_LENGTH })}`;
Callers
2
userProject
Function · 0.90
projects.router.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected