Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkCompatibility
Method · 0.95
onCreate
Method · 0.95
inspect
Method · 0.80
onCreate
Method · 0.80
onPrepareOptionsMenu
Method · 0.80
onCreate
Method · 0.80
Calls
1
isEmpty
Method · 0.80
Tested by
no test coverage detected