MCPcopy
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

getApiKeyFromRequestFunction · 0.45
fetchFunction · 0.45
routeUrlFunction · 0.45
handleManagementRequestFunction · 0.45
fetchMethod · 0.45
server.tsFile · 0.45
getDatabaseSchemaFunction · 0.45
handleRequestFunction · 0.45
loaderFunction · 0.45
TierFreeFunction · 0.45
TierProFunction · 0.45
isValidDatabaseUrlFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected