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

Method body

out/cli.cjs:56134–56143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56132 async formData() {
56133 throw new NotSupportedError();
56134 }
56135 // https://fetch.spec.whatwg.org/#dom-body-bodyused
56136 get bodyUsed() {
56137 return util4.isDisturbed(this);
56138 }
56139 // https://fetch.spec.whatwg.org/#dom-body-body
56140 get body() {
56141 if (!this[kBody]) {
56142 this[kBody] = ReadableStreamFrom(this);
56143 if (this[kConsume]) {
56144 this[kBody].getReader();
56145 assert2(this[kBody].locked);
56146 }

Callers

nothing calls this directly

Calls 2

ReadableStreamFromFunction · 0.85
getReaderMethod · 0.45

Tested by

no test coverage detected