Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
save
Method · 0.95
delete
Method · 0.80
Tested by
no test coverage detected