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

Method teardown

java/src/test/java/com/github/copilot/ToolsTest.java:49–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 @AfterAll
50 static void teardown() throws Exception {
51 if (ctx != null) {
52 ctx.close();
53 }
54 }
55
56 /**
57 * Verifies that built-in tools are invoked correctly.

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected