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

Method getAddress

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

Source from the content-addressed store, hash-verified

461 }
462
463 public InetAddress getAddress(){
464 if(mType == Type.ENDPOINT)
465 return mEndpoint.getAddress();
466
467 else if(mType == Type.REMOTE)
468 return mAddress;
469
470 else
471 return null;
472 }
473
474 public boolean equals(Target target){
475 if(mType == target.getType()){

Callers 9

getTargetByAddressMethod · 0.95
IP4AddressMethod · 0.45
isInternalMethod · 0.45
getDisplayAddressMethod · 0.45
getDescriptionMethod · 0.45
isRouterMethod · 0.45
getDrawableResourceIdMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected