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

Method cleanup

src/main/java/jace/library/MediaCache.java:93–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 private void cleanup() {
94 cleanup(nameLookup);
95 cleanup(categoryLookup);
96 cleanup(keywordLookup);
97 }
98
99 private void cleanup(Map<String, Set<Long>> lookup) {
100 Set<String> remove = new HashSet<>();

Callers 1

removeMethod · 0.95

Calls 3

addMethod · 0.80
removeMethod · 0.80
getValueMethod · 0.65

Tested by

no test coverage detected