Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addTorrentTask
Method · 0.95
addThunderTask
Method · 0.95
stop
Method · 0.95
exit
Method · 0.95
call
Method · 0.95
waitDone
Method · 0.95
addTorrentTask
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected