Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ usesKeyReferences
Method
usesKeyReferences
output/java_guava/1.4.19/LocalCache.java:361–363 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
359
}
360
361
boolean usesKeyReferences() {
362
return
keyStrength != Strength.STRONG;
363
}
364
365
boolean usesValueReferences() {
366
return
valueStrength != Strength.STRONG;
Callers
3
Segment
Method · 0.45
drainReferenceQueues
Method · 0.45
clearReferenceQueues
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected