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

Method patch

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

Source from the content-addressed store, hash-verified

69629 return `stainless-node-retry-${uuid4()}`;
69630 }
69631 get(path5, opts) {
69632 return this.methodRequest("get", path5, opts);
69633 }
69634 post(path5, opts) {
69635 return this.methodRequest("post", path5, opts);
69636 }

Callers

nothing calls this directly

Calls 1

methodRequestMethod · 0.80

Tested by

no test coverage detected