MCPcopy Index your code
hub / github.com/antlr/codebuff / checkValue

Method checkValue

output/java_guava/1.4.17/AbstractBiMap.java:85–88  ·  view source on GitHub ↗

Returns its input, or throws an exception if this is not a valid value.

(@Nullable V value)

Source from the content-addressed store, hash-verified

83 */
84
85 @CanIgnoreReturnValue
86 V checkValue(@Nullable V value) {
87 return value;
88 }
89
90 /**
91 * Specifies the delegate maps going in each direction. Called by the

Callers 2

putInBothMapsMethod · 0.95
checkKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected