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

Method map

src/map.ts:216–219  ·  view source on GitHub ↗
(path: PropertyPath, captures: StubHook[], instructions: unknown[])

Source from the content-addressed store, hash-verified

214 }
215
216 map(path: PropertyPath, captures: StubHook[], instructions: unknown[]): StubHook {
217 // Can't be called; all map()s are intercepted.
218 throwMapperBuilderUseError();
219 }
220
221 pull(): RpcPayload | Promise<RpcPayload> {
222 // Map functions cannot await.

Callers 1

makeOutputMethod · 0.45

Calls 1

Tested by

no test coverage detected