MCPcopy 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

cleanMethod · 0.95
enqueueFileWriteMethod · 0.80
collectInstancePidsFunction · 0.80
deleteIfExistsFunction · 0.80
deleteEmptyFolderFunction · 0.80
cleanupScratchFunction · 0.80
deleteIfExistsFunction · 0.80
deleteEmptyFolderFunction · 0.80
cleanupScratchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected