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

Function tryRemoveDirectory

nodejs/test/e2e/rpc_server_plugins.e2e.test.ts:72–78  ·  view source on GitHub ↗
(directory: string)

Source from the content-addressed store, hash-verified

70 }
71
72 function tryRemoveDirectory(directory: string): void {
73 try {
74 rmSync(directory, { recursive: true, force: true });
75 } catch {
76 // Temp directories are reclaimed by the harness/OS.
77 }
78 }
79
80 function createLocalMarketplaceFixture(): string {
81 const directory = createUniqueDirectory("copilot-e2e-mp");

Callers 1

disposeIsolatedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…