Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cSploit/android
/ equals
Method
equals
cSploit/src/org/csploit/android/core/Child.java:99–108 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
97
}
98
99
public
boolean equals(Object o) {
100
Child c;
101
102
if
(!(o instanceof Child))
103
return
false;
104
105
c = (Child)o;
106
107
return
c.id == this.id;
108
}
109
}
Callers
15
isDirectoryEmptyOrWithVersion
Method · 0.45
shallAskForDelete
Method · 0.45
canChangeDirectoryTo
Method · 0.45
onSharedPreferenceChanged
Method · 0.45
onPreferenceClick
Method · 0.45
onReceive
Method · 0.45
onMsfBranchesAvailable
Method · 0.45
onReceive
Method · 0.45
onEnd
Method · 0.45
addResult
Method · 0.45
onReceive
Method · 0.45
onReceive
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected