MCPcopy
hub / github.com/chartbrew/chartbrew / put

Function put

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

Source from the content-addressed store, hash-verified

28 register("POST", path, handlers);
29 },
30 put(path, ...handlers) {
31 register("PUT", path, handlers);
32 },
33 delete(path, ...handlers) {
34 register("DELETE", path, handlers);
35 },

Callers

nothing calls this directly

Calls 1

registerFunction · 0.85

Tested by

no test coverage detected