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

Method getTargets

cSploit/src/org/csploit/android/core/System.java:1014–1018  ·  view source on GitHub ↗

get a copy of the current targets @return a copy of the target list

()

Source from the content-addressed store, hash-verified

1012 * @return a copy of the target list
1013 */
1014 public static List<Target> getTargets(){
1015 synchronized (mTargets) {
1016 return new ArrayList<>(mTargets);
1017 }
1018 }
1019
1020 /**
1021 * add a target to the list keeping it sorted.

Callers 5

TargetAdapterClass · 0.95
runMethod · 0.95
onHandleIntentMethod · 0.95
setMsfRpcMethod · 0.95
onChoiceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected