Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/
Class
packages/computer/src/backends/test.ts:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
export
class
TestBackend implements WorkspaceBackend {
27
readonly
type
=
"test"
;
28
readonly id: string;
29
readonly #url: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected