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

Function rmrf

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

Source from the content-addressed store, hash-verified

239}
240
241function rmrf(p) {
242 try { fs.rmSync(p, { recursive: true, force: true }); } catch (e) { /* best effort */ }
243}
244
245// Drop sibling bundles for OTHER versions of this same platform target, keeping
246// 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