Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cSploit/android
/ toString
Method
toString
cSploit/src/org/csploit/android/net/Target.java:508–514 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
506
}
507
508
public
String toString(){
509
if
(hasAlias())
510
return
mAlias;
511
512
else
513
return
getDisplayAddress();
514
}
515
516
public
String getDescription(){
517
if
(mType == Type.NETWORK)
Callers
6
getView
Method · 0.95
onHostFound
Method · 0.95
run
Method · 0.45
toString
Method · 0.45
serialize
Method · 0.45
setHostname
Method · 0.45
Calls
2
hasAlias
Method · 0.95
getDisplayAddress
Method · 0.95
Tested by
no test coverage detected