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

Function connectNested

__tests__/workerd.test.ts:309–313  ·  view source on GitHub ↗
(value: {
          callback: { increment(): Promise<number> };
        })

Source from the content-addressed store, hash-verified

307 return account.callCounter(callback);
308 },
309 connectNested(value: {
310 callback: { increment(): Promise<number> };
311 }): Promise<number> {
312 return account.callCounter(value.callback);
313 },
314 },
315 {
316 serviceName: "Vendor",

Callers

nothing calls this directly

Calls 1

callCounterMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…