MCPcopy Create free account
hub / github.com/antlr/codebuff / isLoading

Method isLoading

corpus/java/training/guava/cache/LocalCache.java:676–676  ·  view source on GitHub ↗

Returns true if a new value is currently loading, regardless of whether or not there is an existing value. It is assumed that the return value of this method is constant for any given ValueReference instance.

()

Source from the content-addressed store, hash-verified

674 * ValueReference instance.
675 */
676 boolean isLoading();
677
678 /**
679 * Returns true if this reference contains an active value, meaning one that is still considered

Callers 15

getMethod · 0.65
lockedGetOrLoadMethod · 0.65
waitForLoadingValueMethod · 0.65
scheduleRefreshMethod · 0.65
removeValueFromChainMethod · 0.65
getMethod · 0.65
lockedGetOrLoadMethod · 0.65
waitForLoadingValueMethod · 0.65
scheduleRefreshMethod · 0.65
refreshMethod · 0.65
getMethod · 0.65

Implementers 4

StrongValueReferenceoutput/java_guava/1.4.17/MapMakerInter
StrongValueReferenceoutput/java_guava/1.4.19/MapMakerInter
StrongValueReferenceoutput/java_guava/1.4.16/MapMakerInter
StrongValueReferenceoutput/java_guava/1.4.18/MapMakerInter

Calls

no outgoing calls

Tested by

no test coverage detected