MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / getKpiData

Function getKpiData

references/job-catalog/src/schedules.ts:108–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106});
107
108async function getKpiData() {
109 return {
110 users: 100_000,
111 revenue: 1_000_000,
112 };
113}
114
115createExpressServer(client);

Callers 1

schedules.tsFile · 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…