MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getUserInfo

Method getUserInfo

vm/JavaAPI/src/java/net/URI.java:724–726  ·  view source on GitHub ↗

@return the userInfo

()

Source from the content-addressed store, hash-verified

722 * @return the userInfo
723 */
724 public String getUserInfo() {
725 return URIHelper.decodeString(userInfo, true);
726 }
727
728 /**
729 * @return the userInfo

Callers 3

normalizeMethod · 0.95
invoke0Method · 0.45
invoke25Method · 0.45

Calls 1

decodeStringMethod · 0.95

Tested by

no test coverage detected