Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.45
modAssist_func_lib.js
File · 0.45
Calls
2
saveFile
Method · 0.95
clear
Method · 0.80
Tested by
no test coverage detected