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

Method close

packages/rpc/src/client.ts:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31export interface SyncClient extends SyncRPC {
32 // Close the WebSocket and tear down the stub. Idempotent.
33 close(): Promise<void>;
34}
35
36// Open a SyncRPC session against `url`. The first call to any

Callers 15

getFunction · 0.65
pullFunction · 0.65
startFunction · 0.65
startFunction · 0.65
pullFunction · 0.65
startHarnessFunction · 0.65
wire.test.tsFile · 0.65
startFunction · 0.65
startFunction · 0.65
startShellHarnessFunction · 0.65

Implementers 3

SQLiteTestStoragepackages/dofs/src/testing.ts
Workspacepackages/computer/src/workspace.ts
JavaScriptBackendHandlepackages/computer/src/backends/worker-

Calls

no outgoing calls

Tested by 6

startFunction · 0.52
startHarnessFunction · 0.52
startFunction · 0.52
startFunction · 0.52
startShellHarnessFunction · 0.52
startCompositeHarnessFunction · 0.52