Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartbrew/chartbrew
/ get
Function
get
server/tests/integration/templateRoute.security.test.js:24–26 ·
view source on GitHub ↗
(path, ...handlers)
Source
from the content-addressed store, hash-verified
22
return
{
23
app: {
24
get(path, ...handlers) {
25
register(
"GET"
, path, handlers);
26
},
27
post(path, ...handlers) {
28
register(
"POST"
, path, handlers);
29
},
Callers
nothing calls this directly
Calls
1
register
Function · 0.85
Tested by
no test coverage detected