MCPcopy Create free account
hub / github.com/badvision/jace / update

Method update

src/main/java/jace/library/MediaCache.java:151–154  ·  view source on GitHub ↗
(MediaEntry e)

Source from the content-addressed store, hash-verified

149 }
150
151 public void update(MediaEntry e) {
152 remove(e);
153 add(e);
154 }
155
156 private void cacheEntry(Map<String, Set<Long>> cache, String key, long id) {
157 Set<Long> ids = cache.get(key);

Callers 6

updateScrollbarsInnerFunction · 0.45
SearchAnnotationFunction · 0.45
show-hint.jsFile · 0.45
generateChecksumMethod · 0.45

Calls 2

removeMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected