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