Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
LocalCache
Method · 0.95
Calls
2
usesWriteQueue
Method · 0.95
recordsWrite
Method · 0.95
Tested by
no test coverage detected