MCPcopy Index your code
hub / github.com/github/copilot-sdk / forceStop

Function forceStop

nodejs/test/e2e/rpc_server_misc.e2e.test.ts:64–70  ·  view source on GitHub ↗
(target: CopilotClient)

Source from the content-addressed store, hash-verified

62 }
63
64 async function forceStop(target: CopilotClient): Promise<void> {
65 try {
66 await target.forceStop();
67 } catch {
68 // Runtime may already be gone.
69 }
70 }
71
72 function tryRemoveDirectory(directory: string): void {
73 try {

Callers 1

Calls 1

forceStopMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…