Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/capnweb
/ getDurableObject
Method
getDurableObject
__tests__/workerd.test.ts:242–242 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
240
241
interface
WorkerdTestTarget extends TestTarget {
242
getDurableObject(name: string): DurableObjectStub<TestDo>;
243
}
244
245
describe(
"workerd RPC server"
, () => {
Callers
1
workerd.test.ts
File · 0.65
Implementers
1
TestTarget
__tests__/test-server-workerd.js
Calls
no outgoing calls
Tested by
no test coverage detected