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

Method blob

out/cli.cjs:56118–56120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56116 async text() {
56117 return consume(this, "text");
56118 }
56119 // https://fetch.spec.whatwg.org/#dom-body-json
56120 async json() {
56121 return consume(this, "json");
56122 }
56123 // https://fetch.spec.whatwg.org/#dom-body-blob

Callers 2

toFileFunction · 0.80
toFile2Function · 0.80

Calls 1

consumeFunction · 0.85

Tested by

no test coverage detected