MCPcopy
hub / github.com/chartbrew/chartbrew / post

Function post

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

Source from the content-addressed store, hash-verified

25 register("GET", path, handlers);
26 },
27 post(path, ...handlers) {
28 register("POST", path, handlers);
29 },
30 put(path, ...handlers) {
31 register("PUT", path, handlers);
32 },

Callers

nothing calls this directly

Calls 1

registerFunction · 0.85

Tested by

no test coverage detected