Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ remove
Method
remove
src/main/java/jace/library/MediaCache.java:144–149 ·
view source on GitHub ↗
(MediaEntry e)
Source
from the content-addressed store, hash-verified
142
}
143
144
public
void
remove(MediaEntry e) {
145
mediaLookup.remove(e.id);
146
removeFiles(e);
147
cleanup();
148
markDirty();
149
}
150
151
public
void
update(MediaEntry e) {
152
remove(e);
Callers
15
update
Method · 0.95
updateDoc
Function · 0.80
endDragEvent
Method · 0.80
removeIndicator
Method · 0.80
displayNotification
Method · 0.80
removeIndicator
Method · 0.80
removeIndicators
Method · 0.80
cleanup
Method · 0.80
removeCheat
Method · 0.80
processMemoryEvent
Method · 0.80
removeListener
Method · 0.80
unregisterExtendedCommandHandler
Method · 0.80
Calls
3
removeFiles
Method · 0.95
cleanup
Method · 0.95
markDirty
Method · 0.95
Tested by
no test coverage detected