Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ usesWriteEntries
Method
usesWriteEntries
output/java_guava/1.4.18/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
LocalCache
Method · 0.95
Calls
2
usesWriteQueue
Method · 0.95
recordsWrite
Method · 0.95
Tested by
no test coverage detected