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

Function textConverted

out/cli.cjs:6194–6199  ·  view source on GitHub ↗

* Decode response as text, while automatically detecting the encoding and * trying to decode to UTF-8 (non-spec api) * * @return Promise

()

Source from the content-addressed store, hash-verified

6192 * @return Promise
6193 */
6194 textConverted() {
6195 var _this3 = this;
6196 return consumeBody.call(this).then(function(buffer) {
6197 return convertBody(buffer, _this3.headers);
6198 });
6199 }
6200 };
6201 Object.defineProperties(Body.prototype, {
6202 body: { enumerable: true },

Callers

nothing calls this directly

Calls 2

convertBodyFunction · 0.85
thenMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…