MCPcopy Create free account
hub / github.com/davidgiven/luje / getRawQuery

Method getRawQuery

lib/java/net/URI.java:1218–1220  ·  view source on GitHub ↗

Gets the query part of this URI in raw form. @return the encoded query part or null if undefined.

()

Source from the content-addressed store, hash-verified

1216 * @return the encoded query part or {@code null} if undefined.
1217 */
1218 public String getRawQuery() {
1219 return query;
1220 }
1221
1222 /**
1223 * Gets the scheme-specific part of this URI in raw form.

Callers 1

checkURIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected