MCPcopy Index your code
hub / github.com/cSploit/android / hasAlias

Method hasAlias

cSploit/src/org/csploit/android/net/Target.java:439–441  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

437 }
438
439 public boolean hasAlias(){
440 return mAlias != null && !mAlias.isEmpty();
441 }
442
443 public boolean comesAfter(Target target){
444 return mType != Type.NETWORK && (mType != Type.ENDPOINT || target.getType() == Type.ENDPOINT && mEndpoint.getAddressAsLong() > target.getEndpoint().getAddressAsLong());

Callers 4

getViewMethod · 0.95
toStringMethod · 0.95
getViewMethod · 0.95
targetAliasPromptMethod · 0.80

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected