MCPcopy 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
63auto NetJob::size() const -> int
64{
65 return m_queue.size() + m_doing.size() + m_done.size();
66}
67
68auto NetJob::canAbort() const -> bool
69{

Callers 15

getKernelInfoMethod · 0.45
lsb_postprocessMethod · 0.45
_extract_distributionMethod · 0.45
_extract_versionMethod · 0.45
getKernelInfoMethod · 0.45
startMethod · 0.45
fromTraditionalAppMethod · 0.45
sendMessageMethod · 0.45
lockMethod · 0.45
operator<Method · 0.45
operator>Method · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by 15

test_mergeMethod · 0.36
test_addFromWatchFunction · 0.36
test_removeResourceFunction · 0.36
test_enable_disableFunction · 0.36
test_legacy_urlMethod · 0.36
test_legacy_nativeMethod · 0.36
test_onenineMethod · 0.36