Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/triggerdotdev/trigger.dev
/ templatesPath
Function
templatesPath
packages/cli/src/paths.ts:10–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
export
function
templatesPath() {
11
const
root = rootPath();
12
const
templatePath = path.join(root,
"templates"
);
13
return
templatePath;
14
}
Callers
4
createIntegrationFileFromTemplate.ts
File · 0.90
install
Method · 0.90
install
Method · 0.90
createTriggerRoute
Function · 0.90
Calls
1
rootPath
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…