MCPcopy Create free account
hub / github.com/antlr/codebuff / cleanUp

Method cleanUp

corpus/java/training/guava/cache/LocalCache.java:3541–3545  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3539 }
3540
3541 void cleanUp() {
3542 long now = map.ticker.read();
3543 runLockedCleanup(now);
3544 runUnlockedCleanup();
3545 }
3546
3547 void runLockedCleanup(long now) {
3548 if (tryLock()) {

Callers 1

postReadCleanupMethod · 0.95

Calls 3

runLockedCleanupMethod · 0.95
runUnlockedCleanupMethod · 0.95
readMethod · 0.45

Tested by

no test coverage detected