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

Method stop

java/src/test/java/com/github/copilot/CapiProxy.java:348–350  ·  view source on GitHub ↗

Stops the proxy server gracefully. @throws IOException if the stop request fails @throws InterruptedException if the request is interrupted

()

Source from the content-addressed store, hash-verified

346 * if the request is interrupted
347 */
348 public void stop() throws IOException, InterruptedException {
349 stop(false);
350 }
351
352 /**
353 * Stops the proxy server.

Callers 7

restartMethod · 0.95
closeMethod · 0.95
closeMethod · 0.45

Calls 6

waitForMethod · 0.80
isAliveMethod · 0.80
closeMethod · 0.65
uriMethod · 0.45
createMethod · 0.45
sendMethod · 0.45

Tested by

no test coverage detected