MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / rmTree

Function rmTree

__tests__/symbol-lookup.test.ts:42–44  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

40}
41
42function rmTree(dir: string): void {
43 if (fs.existsSync(dir)) fs.rmSync(dir, { recursive: true, force: true });
44}
45
46async function buildRustWorkspace(): Promise<string> {
47 const root = tmpRoot();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected