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

Method getJs

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

Source from the content-addressed store, hash-verified

49 }
50
51 getJs() {
52 return new RpcStub(new JsCounter());
53 }
54
55 getJsEmbedded() {
56 return {stub: new RpcStub(new JsCounter())};

Callers 1

workerd.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected