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

Method clear

util/generic/queue.h:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 inline void clear() {
48 this->c.clear();
49 }
50
51 inline T PopValue() {
52 Y_ASSERT(!this->empty());

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected