Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/chartbrew/chartbrew
/ TemplateRoute.js
File
TemplateRoute.js
server/api/TemplateRoute.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
verifyToken = require(
"../modules/verifyToken"
);
2
const
templates = require(
"../templates/index"
);
3
const
accessControl = require(
"../modules/accessControl"
);
4
Callers
nothing calls this directly
Calls
7
checkAccess
Function · 0.70
formatError
Function · 0.70
get
Method · 0.45
findById
Method · 0.45
update
Method · 0.45
delete
Method · 0.45
create
Method · 0.45
Tested by
no test coverage detected