Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ cleanUp
Method
cleanUp
output/java_guava/1.4.13/LocalCache.java:3497–3501 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3495
3496
3497
void
cleanUp() {
3498
long now = map.ticker.read();
3499
runLockedCleanup(now);
3500
runUnlockedCleanup();
3501
}
3502
3503
3504
void
runLockedCleanup(long now) {
Callers
1
refresh
Method · 0.95
Calls
3
runLockedCleanup
Method · 0.95
runUnlockedCleanup
Method · 0.95
read
Method · 0.45
Tested by
no test coverage detected