MCPcopy 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
48export type ConnectFunction = (socketPath: string) => Duplex<Buffer, Buffer>;

Callers 3

runUserEnvProbeFunction · 0.65
removeContainerFunction · 0.65
startEventSeenFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected