MCPcopy Create free account
hub / github.com/aria2/aria2 / getQueueSize

Method getQueueSize

src/DHTTaskExecutor.h:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 int getNumConcurrent() const { return numConcurrent_; }
66
67 size_t getQueueSize() const { return queue_.size(); }
68};
69
70} // namespace aria2

Callers 1

testUpdateMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

testUpdateMethod · 0.64