MCPcopy
hub / github.com/chartbrew/chartbrew / get

Function get

server/tests/integration/updateRunRoute.test.js:20–22  ·  view source on GitHub ↗
(path, ...handlers)

Source from the content-addressed store, hash-verified

18 return {
19 app: {
20 get(path, ...handlers) {
21 routes.set(`GET ${path}`, handlers);
22 },
23 },
24 getHandlers(method, path) {
25 return routes.get(`${method} ${path}`) || [];

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected