MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / rmrf

Function rmrf

scripts/npm-shim.js:230–232  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

228}
229
230function rmrf(p) {
231 try { fs.rmSync(p, { recursive: true, force: true }); } catch (e) { /* best effort */ }
232}
233
234// Drop sibling bundles for OTHER versions of this same platform target, keeping
235// only keepDir. The self-heal cache otherwise accumulates a full ~50 MB bundle

Callers 2

selfHealBundleFunction · 0.85
pruneOldBundlesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected