Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/triggerdotdev/trigger.dev
/ get
Method
get
apps/webapp/app/utils/searchParams.ts:28–30 ·
view source on GitHub ↗
(key: keyof TParams)
Source
from the content-addressed store, hash-verified
26
constructor(private params: TParams, readonly schema: ZodType<TParams>) {}
27
28
get(key: keyof TParams) {
29
return
this.params[key];
30
}
31
32
getAll() {
33
return
this.params;
Callers
15
getApiKeyFromRequest
Function · 0.45
fetch
Function · 0.45
routeUrl
Function · 0.45
handleManagementRequest
Function · 0.45
fetch
Method · 0.45
server.ts
File · 0.45
getDatabaseSchema
Function · 0.45
handleRequest
Function · 0.45
loader
Function · 0.45
TierFree
Function · 0.45
TierPro
Function · 0.45
isValidDatabaseUrl
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected