Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
function
rmTree(dir: string): void {
43
if
(fs.existsSync(dir)) fs.rmSync(dir, { recursive: true, force: true });
44
}
45
46
async
function
buildRustWorkspace(): Promise<string> {
47
const
root = tmpRoot();
Callers
1
symbol-lookup.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected