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

Method finally

out/cli.cjs:69578–69580  ·  view source on GitHub ↗
(onfinally)

Source from the content-addressed store, hash-verified

69576 return this.parsedPromise;
69577 }
69578 then(onfulfilled, onrejected) {
69579 return this.parse().then(onfulfilled, onrejected);
69580 }
69581 catch(onrejected) {
69582 return this.parse().catch(onrejected);
69583 }

Callers 3

setupTimeoutFunction · 0.80
setExitHandlerFunction · 0.80
fetchWithTimeoutMethod · 0.80

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected