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

Method getUserInfo

lib/java/net/URI.java:1263–1265  ·  view source on GitHub ↗

Gets the decoded user-info part of this URI. @return the decoded user-info part or null if undefined.

()

Source from the content-addressed store, hash-verified

1261 * @return the decoded user-info part or {@code null} if undefined.
1262 */
1263 public String getUserInfo() {
1264 return decode(userinfo);
1265 }
1266
1267 /**
1268 * Gets the hashcode value of this URI instance.

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected