MCPcopy
hub / github.com/google-gemini/gemini-cli / kill

Method kill

packages/core/src/utils/getPty.ts:17–17  ·  view source on GitHub ↗
(signal?: string)

Source from the content-addressed store, hash-verified

15 onData(callback: (data: string) => void): void;
16 onExit(callback: (e: { exitCode: number; signal?: number }) => void): void;
17 kill(signal?: string): void;
18}
19
20export const getPty = async (): Promise<PtyImplementation> => {

Callers 15

killMethod · 0.65
runMethod · 0.65
runCommandMethod · 0.65
cleanupMethod · 0.65
killProcessGroupFunction · 0.65
onAbortFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected