Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/triggerdotdev/trigger.dev
/ isPrivateApiKey
Function
isPrivateApiKey
apps/proxy/src/apikey.ts:18–20 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
16
}
17
18
function
isPrivateApiKey(key: string) {
19
return
key.startsWith(
"tr_"
);
20
}
Callers
1
getApiKeyFromRequest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…