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

Method getNativeEmbedded

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

Source from the content-addressed store, hash-verified

45 }
46
47 getNativeEmbedded() {
48 return {stub: new NativeRpcStub(new NativeCounter())};
49 }
50
51 getJs() {
52 return new RpcStub(new JsCounter());

Callers 1

workerd.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected