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

Method catch

out/cli.cjs:69575–69577  ·  view source on GitHub ↗
(onrejected)

Source from the content-addressed store, hash-verified

69573 if (!this.parsedPromise) {
69574 this.parsedPromise = this.responsePromise.then(this.parseResponse);
69575 }
69576 return this.parsedPromise;
69577 }
69578 then(onfulfilled, onrejected) {
69579 return this.parse().then(onfulfilled, onrejected);
69580 }

Callers

nothing calls this directly

Calls 2

parseMethod · 0.95
catchMethod · 0.45

Tested by

no test coverage detected