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

Method getQuery

lib/java/net/URI.java:1182–1184  ·  view source on GitHub ↗

Gets the decoded query part of this URI. @return the decoded query part or null if undefined.

()

Source from the content-addressed store, hash-verified

1180 * @return the decoded query part or {@code null} if undefined.
1181 */
1182 public String getQuery() {
1183 return decode(query);
1184 }
1185
1186 /**
1187 * Gets the authority part of this URI in raw form.

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected