MCPcopy
hub / github.com/chartbrew/chartbrew / getHandlers

Function getHandlers

server/tests/integration/updateRunRoute.test.js:24–26  ·  view source on GitHub ↗
(method, path)

Source from the content-addressed store, hash-verified

22 },
23 },
24 getHandlers(method, path) {
25 return routes.get(`${method} ${path}`) || [];
26 },
27 };
28}
29

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected