Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chhoumann/MetaEdit
/ delete
Method
delete
src/updatedFileCache.ts:24–26 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
22
}
23
24
public delete(key: string) {
25
this.map.delete(key);
26
}
27
28
private clean() {
29
const
five_minutes: number = 300_000;
Callers
10
clean
Method · 0.95
getOnMetadataChangeFunction
Method · 0.80
enqueueFileWrite
Method · 0.80
collectInstancePids
Function · 0.80
deleteIfExists
Function · 0.80
deleteEmptyFolder
Function · 0.80
cleanupScratch
Function · 0.80
deleteIfExists
Function · 0.80
deleteEmptyFolder
Function · 0.80
cleanupScratch
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected