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

Method getNative

__tests__/workerd.test.ts:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42class CounterFactory extends RpcTarget {
43 getNative() {
44 return new NativeRpcStub(new NativeCounter());
45 }
46
47 getNativeEmbedded() {
48 return {stub: new NativeRpcStub(new NativeCounter())};

Callers 1

workerd.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected