MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / put

Method put

out/cli.cjs:69634–69636  ·  view source on GitHub ↗
(path5, opts)

Source from the content-addressed store, hash-verified

69632 return this.methodRequest("get", path5, opts);
69633 }
69634 post(path5, opts) {
69635 return this.methodRequest("post", path5, opts);
69636 }
69637 patch(path5, opts) {
69638 return this.methodRequest("patch", path5, opts);
69639 }

Callers

nothing calls this directly

Calls 1

methodRequestMethod · 0.80

Tested by

no test coverage detected