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

Method join

cSploit/src/org/csploit/android/core/Child.java:95–97  ·  view source on GitHub ↗

join a child by waiting it's termination

()

Source from the content-addressed store, hash-verified

93 * join a child by waiting it's termination
94 */
95 public void join() throws InterruptedException {
96 ChildManager.join(this);
97 }
98
99 public boolean equals(Object o) {
100 Child c;

Callers 6

getMsfBranchesMethod · 0.45
inpsectMethod · 0.45
scanMethod · 0.45
inspectMethod · 0.45
updateFuseBindsMethod · 0.45
stopMethod · 0.45

Calls 1

joinMethod · 0.95

Tested by

no test coverage detected