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

Method forRawLoneKey

api/src/main/java/io/grpc/QueryParams.java:235–238  ·  view source on GitHub ↗
(String rawKey)

Source from the content-addressed store, hash-verified

233 }
234
235 static Entry forRawLoneKey(String rawKey) {
236 checkNotNull(rawKey, "rawKey");
237 return new Entry(rawKey, null, decode(rawKey), null);
238 }
239
240 void appendToRawQueryStringBuilder(StringBuilder sb) {
241 sb.append(rawKey);

Callers 1

fromRawQueryMethod · 0.95

Calls 2

checkNotNullMethod · 0.80
decodeMethod · 0.45

Tested by

no test coverage detected