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

Function frameworkNames

packages/cli/src/frameworks/index.ts:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70};
71
72export function frameworkNames() {
73 return frameworks.map((f) => f.name).join(", ");
74}

Callers 1

initCommandFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…