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

Method finally

src/core.ts:537–539  ·  view source on GitHub ↗
(onfinally?: (() => void) | undefined | null)

Source from the content-addressed store, hash-verified

535 }
536
537 finally(onfinally?: (() => void) | undefined | null): Promise<unknown> {
538 return pullPromise(this).finally(...arguments);
539 }
540
541 toString() {
542 return "[object RpcPromise]";

Callers 6

ensureResolvingExportMethod · 0.80
createPipeMethod · 0.80
index.test.tsFile · 0.80

Calls 1

pullPromiseFunction · 0.85

Tested by

no test coverage detected