MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / clearAll

Method clearAll

lib/modUtilLib.js:708–711  ·  view source on GitHub ↗

* Clear the cache

()

Source from the content-addressed store, hash-verified

706 * Clear the cache
707 */
708 clearAll() {
709 this.#cacheMap.clear()
710 this.saveFile()
711 }
712
713 /**
714 * Test is mod exists in cache

Callers 2

modAssist_main.jsFile · 0.45

Calls 2

saveFileMethod · 0.95
clearMethod · 0.80

Tested by

no test coverage detected