Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartbrew/chartbrew
/ register
Function
register
server/tests/integration/templateRoute.security.test.js:18–20 ·
view source on GitHub ↗
(method, path, handlers)
Source
from the content-addressed store, hash-verified
16
const
routes =
new
Map();
17
18
const
register = (method, path, handlers) => {
19
routes.set(`${method} ${path}`, handlers);
20
};
21
22
return
{
23
app: {
Callers
4
get
Function · 0.85
post
Function · 0.85
put
Function · 0.85
delete
Function · 0.85
Calls
1
set
Method · 0.45
Tested by
no test coverage detected