MCPcopy Index your code
hub / github.com/cloudflare/capnweb / pull

Method pull

src/map.ts:221–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219 }
220
221 pull(): RpcPayload | Promise<RpcPayload> {
222 // Map functions cannot await.
223 throwMapperBuilderUseError();
224 }
225
226 ignoreUnhandledRejections(): void {
227 // Probably never called but whatever.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected