MCPcopy Create free account
hub / github.com/cSploit/android / hasOpenPorts

Method hasOpenPorts

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

Source from the content-addressed store, hash-verified

694 }
695
696 public boolean hasOpenPorts(){
697 synchronized (mPorts) {
698 return !mPorts.isEmpty();
699 }
700 }
701
702 public boolean hasOpenPortsWithService(){
703 synchronized (mPorts) {

Callers 6

checkCompatibilityMethod · 0.95
onCreateMethod · 0.95
inspectMethod · 0.80
onCreateMethod · 0.80
onPrepareOptionsMenuMethod · 0.80
onCreateMethod · 0.80

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected