MCPcopy
hub / github.com/UdaraJay/Pile / remove

Method remove

src/main/utils/pileIndex.js:192–197  ·  view source on GitHub ↗
(relativeFilePath)

Source from the content-addressed store, hash-verified

190 }
191
192 remove(relativeFilePath) {
193 this.index.delete(relativeFilePath);
194 this.save();
195
196 return this.index;
197 }
198
199 save() {
200 if (!this.pilePath) return;

Callers

nothing calls this directly

Calls 2

saveMethod · 0.95
deleteMethod · 0.80

Tested by

no test coverage detected