MCPcopy Create free account
hub / github.com/cloudflare/computer / notWired

Function notWired

packages/computer/src/workspace.test.ts:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 sync: import("@cloudflare/computer-rpc").SyncRPC,
32): import("@cloudflare/computer-rpc").WorkspaceRPC {
33 const notWired = () => Promise.reject(new Error("shell not wired in this test"));
34 const shell: import("@cloudflare/computer-rpc").ShellRPC = {
35 exec: notWired,
36 getExec: notWired,

Callers

nothing calls this directly

Calls 1

rejectMethod · 0.80

Tested by

no test coverage detected