MCPcopy Create free account
hub / github.com/TachiWeb/TachiWeb-Server / encode

Method encode

AndroidCompat/src/main/java/android/net/Uri.java:1515–1517  ·  view source on GitHub ↗

Encodes characters in the given string as '%'-escaped octets using the UTF-8 scheme. Leaves letters ("A-Z", "a-z"), numbers ("0-9"), and unreserved characters ("_-!.~'() ") intact. Encodes all other characters. @param s string to encode @return an encoded version of s suitable for use as a URI comp

(String s)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

getQueryParameterMethod · 0.95
toUriInnerMethod · 0.95
composeSearchUrlMethod · 0.45
appendQueryParameterMethod · 0.45
getQueryParametersMethod · 0.45
getEncodedMethod · 0.45
getEncodedMethod · 0.45
appendDecodedSegmentMethod · 0.45
flushMethod · 0.45

Calls 7

isAllowedMethod · 0.95
substringMethod · 0.80
getBytesMethod · 0.80
lengthMethod · 0.45
charAtMethod · 0.45
appendMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected