MCPcopy Index your code
hub / github.com/OpenFeign/feign / isPchar

Method isPchar

core/src/main/java/feign/template/UriUtils.java:227–229  ·  view source on GitHub ↗
(int c)

Source from the content-addressed store, hash-verified

225 }
226
227 private boolean isPchar(int c) {
228 return isUnreserved(c) || isSubDelimiter(c) || c == ':' || c == '@';
229 }
230}

Callers

nothing calls this directly

Calls 2

isUnreservedMethod · 0.95
isSubDelimiterMethod · 0.95

Tested by

no test coverage detected