MCPcopy
hub / github.com/chartbrew/chartbrew / delete

Function delete

server/tests/integration/templateRoute.security.test.js:33–35  ·  view source on GitHub ↗
(path, ...handlers)

Source from the content-addressed store, hash-verified

31 register("PUT", path, handlers);
32 },
33 delete(path, ...handlers) {
34 register("DELETE", path, handlers);
35 },
36 },
37 getHandlers(method, path) {
38 return routes.get(`${method} ${path}`) || [];

Callers

nothing calls this directly

Calls 1

registerFunction · 0.85

Tested by

no test coverage detected