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

Function text

out/cli.cjs:6175–6179  ·  view source on GitHub ↗

* Decode response as text * * @return Promise

()

Source from the content-addressed store, hash-verified

6173 * @return Promise
6174 */
6175 text() {
6176 return consumeBody.call(this).then(function(buffer) {
6177 return buffer.toString();
6178 });
6179 },
6180 /**
6181 * Decode response as buffer (non-spec api)
6182 *

Callers 8

handleModelNotFoundErrorFunction · 0.85
handleModelNotFoundErrorFunction · 0.85
getApiKeyFunction · 0.85
selectModelFunction · 0.85
setupOllamaFunction · 0.85
setupLlamaCppFunction · 0.85
runSetupFunction · 0.85

Calls 3

specConsumeBodyFunction · 0.85
thenMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…