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