Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ clearImageCache
Method
clearImageCache
forge-gui-mobile/src/forge/GuiMobile.java:331–335 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
329
}
330
331
@Override
332
public
void
clearImageCache() {
333
ImageCache.getInstance().clear();
334
ImageKeys.clearMissingCards();
335
}
336
337
@Override
338
public
void
showSpellShop() {
Callers
nothing calls this directly
Calls
3
getInstance
Method · 0.95
clearMissingCards
Method · 0.95
clear
Method · 0.45
Tested by
no test coverage detected