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

Method usesWriteEntries

output/java_guava/1.4.16/LocalCache.java:353–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

351 }
352
353 boolean usesWriteEntries() {
354 return usesWriteQueue() || recordsWrite();
355 }
356
357 boolean usesAccessEntries() {
358 return usesAccessQueue() || recordsAccess();

Callers 1

LocalCacheMethod · 0.95

Calls 2

usesWriteQueueMethod · 0.95
recordsWriteMethod · 0.95

Tested by

no test coverage detected