Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
class
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.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected