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

Method getFragment

lib/java/net/URI.java:1146–1148  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

1144 * @return the decoded fragment part or {@code null} if undefined.
1145 */
1146 public String getFragment() {
1147 return decode(fragment);
1148 }
1149
1150 /**
1151 * Gets the host part of this URI.

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected