Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
remove
Method · 0.95
Calls
3
add
Method · 0.80
remove
Method · 0.80
getValue
Method · 0.65
Tested by
no test coverage detected