MCPcopy Create free account
hub / github.com/0opslab/opslabJutil / decodeQuery

Method decodeQuery

src/main/java/com/opslab/helper/UrlHelper.java:364–366  ·  view source on GitHub ↗

Decodes query name or value.

(String source)

Source from the content-addressed store, hash-verified

362 * Decodes query name or value.
363 */
364 public static String decodeQuery(String source) {
365 return decode(source, Opslab.UTF_8, true);
366 }
367
368 /**
369 * Decodes query name or value.

Callers 3

testQuerySimpleMethod · 0.95
testQueryParamMethod · 0.95
unescapeMethod · 0.95

Calls 1

decodeMethod · 0.95

Tested by 2

testQuerySimpleMethod · 0.76
testQueryParamMethod · 0.76