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

Method call

src/core.ts:306–306  ·  view source on GitHub ↗
(path: PropertyPath, args: RpcPayload)

Source from the content-addressed store, hash-verified

304 constructor(private error: any) { super(); }
305
306 call(path: PropertyPath, args: RpcPayload): StubHook { return this; }
307 map(path: PropertyPath, captures: StubHook[], instructions: unknown[]): StubHook { return this; }
308 get(path: PropertyPath): StubHook { return this; }
309 dup(): StubHook { return this; }

Callers 5

streamFunction · 0.45
doCallFunction · 0.45
deliverCallMethod · 0.45
callFunction · 0.45
callMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected