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

Method checkPercentEncodedArg

api/src/main/java/io/grpc/Uri.java:1146–1148  ·  view source on GitHub ↗
(String s, String what, BitSet allowedChars)

Source from the content-addressed store, hash-verified

1144 }
1145
1146 private static void checkPercentEncodedArg(String s, String what, BitSet allowedChars) {
1147 percentDecode(s, what, allowedChars, null);
1148 }
1149
1150 // See UriTest for how these were computed from the ABNF constants in RFC 3986.
1151 static final BitSet digitChars = BitSet.valueOf(new long[] {0x3ff000000000000L});

Callers 5

setRawQueryMethod · 0.80
setRawFragmentMethod · 0.80
setRawUserInfoMethod · 0.80
setRawHostMethod · 0.80

Calls 1

percentDecodeMethod · 0.95

Tested by

no test coverage detected