MCPcopy Create free account
hub / github.com/github/copilot-sdk / forceStop

Function forceStop

nodejs/test/e2e/rpc_server_remote_control.e2e.test.ts:24–30  ·  view source on GitHub ↗
(client: CopilotClient)

Source from the content-addressed store, hash-verified

22 }
23
24 async function forceStop(client: CopilotClient): Promise<void> {
25 try {
26 await client.forceStop();
27 } catch {
28 // Runtime may already be gone.
29 }
30 }
31
32 function uniqueSessionId(prefix: string): string {
33 return `${prefix}-${randomUUID().replace(/-/g, "")}`;

Calls 1

forceStopMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…