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

Method pull

src/core.ts:310–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308 get(path: PropertyPath): StubHook { return this; }
309 dup(): StubHook { return this; }
310 pull(): RpcPayload | Promise<RpcPayload> { return Promise.reject(this.error); }
311 ignoreUnhandledRejections(): void {}
312 dispose(): void {}
313 onBroken(callback: (error: any) => void): void {

Callers 4

streamFunction · 0.45
pullPromiseFunction · 0.45
deliverRpcPromiseToMethod · 0.45
pullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected