MCPcopy Create free account
hub / github.com/grpc/grpc-java / getValue

Method getValue

api/src/main/java/io/grpc/QueryParams.java:194–197  ·  view source on GitHub ↗

Returns the value, or null if this is a "lone" key. Any characters that needed URL encoding have already been decoded.

()

Source from the content-addressed store, hash-verified

192 * <p>Any characters that needed URL encoding have already been decoded.
193 */
194 @Nullable
195 public String getValue() {
196 return value;
197 }
198
199 /** Returns {@code true} if this entry has a value, {@code false} if it is a "lone" key. */
200 public boolean hasValue() {

Callers 2

entryPropertiesMethod · 0.95

Calls

no outgoing calls

Tested by 2

entryPropertiesMethod · 0.76