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

Method GetCounter

util/thread/lfqueue.h:401–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 }
400
401 inline TCounter GetCounter() {
402 return Queue.GetCounter();
403 }
404
405private:
406 TLockFreeQueue<T*, TCounter> Queue;

Callers

nothing calls this directly

Calls 1

GetCounterMethod · 0.45

Tested by

no test coverage detected