MCPcopy Create free account
hub / github.com/comaps/comaps / Count

Method Count

libs/storage/downloader_queue_universal.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15size_t Queue::Count() const
16{
17 return m_queue.size();
18}
19
20bool Queue::Contains(CountryId const & country) const
21{

Callers 2

PostcodePointsMethod · 0.45
DownloadMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected