MCPcopy
hub / github.com/cloudflare/capnweb / catch

Method catch

src/core.ts:533–535  ·  view source on GitHub ↗
(onrejected?: ((reason: any) => unknown) | undefined | null)

Source from the content-addressed store, hash-verified

531 }
532
533 catch(onrejected?: ((reason: any) => unknown) | undefined | null): Promise<unknown> {
534 return pullPromise(this).catch(...arguments);
535 }
536
537 finally(onfinally?: (() => void) | undefined | null): Promise<unknown> {
538 return pullPromise(this).finally(...arguments);

Callers 15

cli.tsFile · 0.80
copyAssetsFunction · 0.80
map.tsFile · 0.80
constructorMethod · 0.80
ensureResolvingExportMethod · 0.80
createPipeMethod · 0.80
sendMethod · 0.80
abortMethod · 0.80
disposeMethod · 0.80

Calls 1

pullPromiseFunction · 0.85

Tested by

no test coverage detected