Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ cleanUp
Method
cleanUp
output/java_guava/1.4.19/LocalCache.java:3514–3518 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3512
}
3513
3514
void
cleanUp() {
3515
long now = map.ticker.read();
3516
runLockedCleanup(now);
3517
runUnlockedCleanup();
3518
}
3519
3520
void
runLockedCleanup(long now) {
3521
if
(tryLock()) {
Callers
1
postReadCleanup
Method · 0.95
Calls
3
runLockedCleanup
Method · 0.95
runUnlockedCleanup
Method · 0.95
read
Method · 0.45
Tested by
no test coverage detected