MCPcopy
hub / github.com/di-sukharev/opencommit / methodRequest

Method methodRequest

out/cli.cjs:69640–69642  ·  view source on GitHub ↗
(method, path5, opts)

Source from the content-addressed store, hash-verified

69638 return this.methodRequest("patch", path5, opts);
69639 }
69640 put(path5, opts) {
69641 return this.methodRequest("put", path5, opts);
69642 }
69643 delete(path5, opts) {
69644 return this.methodRequest("delete", path5, opts);
69645 }

Callers 5

getMethod · 0.80
postMethod · 0.80
patchMethod · 0.80
putMethod · 0.80
deleteMethod · 0.80

Calls 4

isBlobLike2Function · 0.85
thenMethod · 0.80
requestMethod · 0.45
arrayBufferMethod · 0.45

Tested by

no test coverage detected