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

Method then

out/cli.cjs:69572–69574  ·  view source on GitHub ↗
(onfulfilled, onrejected)

Source from the content-addressed store, hash-verified

69570 return { data, response };
69571 }
69572 parse() {
69573 if (!this.parsedPromise) {
69574 this.parsedPromise = this.responsePromise.then(this.parseResponse);
69575 }
69576 return this.parsedPromise;
69577 }

Callers 15

whichFunction · 0.80
arrayBufferFunction · 0.80
blobFunction · 0.80
jsonFunction · 0.80
textFunction · 0.80
textConvertedFunction · 0.80
createSocketMethod · 0.80
afterSuccessMethod · 0.80
refineMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected