MCPcopy 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

updateMethod · 0.95
updateDocFunction · 0.80
endDragEventMethod · 0.80
removeIndicatorMethod · 0.80
displayNotificationMethod · 0.80
removeIndicatorMethod · 0.80
removeIndicatorsMethod · 0.80
cleanupMethod · 0.80
removeCheatMethod · 0.80
processMemoryEventMethod · 0.80
removeListenerMethod · 0.80

Calls 3

removeFilesMethod · 0.95
cleanupMethod · 0.95
markDirtyMethod · 0.95

Tested by

no test coverage detected