Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ kill
Method
kill
packages/computer/src/runtime/types.ts:136–136 ·
view source on GitHub ↗
(signal?: KillSignal)
Source
from the content-addressed store, hash-verified
134
readonly backend: string;
135
result(): Promise<WorkspaceRuntimeResult<E>>;
136
kill(signal?: KillSignal): Promise<void>;
137
[Symbol.dispose](): void;
138
}
139
Callers
3
shell.test.ts
File · 0.65
killExec
Method · 0.65
wrapCommandHandle
Function · 0.65
Implementers
1
WorkspaceRuntimeExecHandleStub
packages/computer/src/stub.ts
Calls
no outgoing calls
Tested by
no test coverage detected