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

Method recordsTime

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

Source from the content-addressed store, hash-verified

350 }
351
352 boolean recordsTime() {
353 return recordsWrite() || recordsAccess();
354 }
355
356 boolean usesWriteEntries() {
357 return usesWriteQueue() || recordsWrite();

Callers 1

LocalCacheMethod · 0.95

Calls 2

recordsWriteMethod · 0.95
recordsAccessMethod · 0.95

Tested by

no test coverage detected