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

Method usesWriteEntries

output/java_guava/1.4.13/LocalCache.java:350–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348 }
349
350 boolean usesWriteEntries() {
351 return usesWriteQueue() || recordsWrite();
352 }
353
354 boolean usesAccessEntries() {
355 return usesAccessQueue() || recordsAccess();

Callers 1

LocalCacheMethod · 0.95

Calls 2

usesWriteQueueMethod · 0.95
recordsWriteMethod · 0.95

Tested by

no test coverage detected