Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/devcontainers/cli
/ terminate
Method
terminate
src/spec-common/cliHost.ts:45–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
connect: ConnectFunction;
44
reconnect?(): Promise<void>;
45
terminate?(): Promise<void>;
46
}
47
48
export
type
ConnectFunction = (socketPath: string) => Duplex<Buffer, Buffer>;
Callers
3
runUserEnvProbe
Function · 0.65
removeContainer
Function · 0.65
startEventSeen
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected