Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ recordsTime
Method
recordsTime
output/java_guava/1.4.18/LocalCache.java:349–351 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
347
}
348
349
boolean recordsTime() {
350
return
recordsWrite() || recordsAccess();
351
}
352
353
boolean usesWriteEntries() {
354
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