MCPcopy Create free account
hub / github.com/catboost/catboost / Size

Method Size

util/thread/pool.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 inline size_t Size() const noexcept {
138 auto guard = Guard(QueueMutex);
139
140 return Queue.Size();
141 }
142
143 inline size_t GetMaxQueueSize() const noexcept {
144 return MaxQueueSize;

Callers

nothing calls this directly

Calls 2

GuardFunction · 0.85
SizeMethod · 0.45

Tested by

no test coverage detected