Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ cleanup
Function
cleanup
scripts/test-cost-tracker.js:50–52 ·
view source on GitHub ↗
(dir)
Source
from the content-addressed store, hash-verified
48
}
49
50
function
cleanup(dir) {
51
try { fs.rmSync(dir, { recursive: true, force: true }); } catch {}
52
}
53
54
/**
55
* Write a fake session JSONL with the given token counts and timestamps.
Callers
1
test-cost-tracker.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected