MCPcopy Create free account
hub / github.com/FongMi/TV / get

Method get

thunder/src/main/java/com/xunlei/downloadlib/XLTaskHelper.java:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 public synchronized static XLTaskHelper get() {
32 return Loader.INSTANCE;
33 }
34
35 private synchronized AtomicInteger getSeq() {
36 return seq = seq == null ? new AtomicInteger(0) : seq;

Callers 7

addTorrentTaskMethod · 0.95
addThunderTaskMethod · 0.95
stopMethod · 0.95
exitMethod · 0.95
callMethod · 0.95
waitDoneMethod · 0.95
addTorrentTaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected