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

Method getRawFragment

lib/java/net/URI.java:1200–1202  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

1198 * @return the encoded fragment part or {@code null} if undefined.
1199 */
1200 public String getRawFragment() {
1201 return fragment;
1202 }
1203
1204 /**
1205 * Gets the path part of this URI in raw form.

Callers 1

checkURIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected