MCPcopy 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

getViewMethod · 0.95
onHostFoundMethod · 0.95
runMethod · 0.45
toStringMethod · 0.45
serializeMethod · 0.45
setHostnameMethod · 0.45

Calls 2

hasAliasMethod · 0.95
getDisplayAddressMethod · 0.95

Tested by

no test coverage detected