Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ size
Method
size
launcher/net/NetJob.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
auto NetJob::size() const -> int
64
{
65
return m_queue.size() + m_doing.size() + m_done.size();
66
}
67
68
auto NetJob::canAbort() const -> bool
69
{
Callers
15
getKernelInfo
Method · 0.45
lsb_postprocess
Method · 0.45
_extract_distribution
Method · 0.45
_extract_version
Method · 0.45
getKernelInfo
Method · 0.45
start
Method · 0.45
fromTraditionalApp
Method · 0.45
sendMessage
Method · 0.45
lock
Method · 0.45
operator<
Method · 0.45
operator>
Method · 0.45
operator==
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_merge
Method · 0.36
test_addFromWatch
Function · 0.36
test_removeResource
Function · 0.36
test_enable_disable
Function · 0.36
test_legacy_url
Method · 0.36
test_legacy_url_local_broken
Method · 0.36
test_legacy_url_local_override
Method · 0.36
test_legacy_native
Method · 0.36
test_legacy_native_arch
Method · 0.36
test_legacy_native_arch_local_override
Method · 0.36
test_onenine
Method · 0.36
test_onenine_local_override
Method · 0.36