MCPcopy 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
50function 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

Calls

no outgoing calls

Tested by

no test coverage detected