Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
72
export
function
frameworkNames() {
73
return
frameworks.map((f) => f.name).join(
", "
);
74
}
Callers
1
initCommand
Function · 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…