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

Method Full

library/cpp/netliba/v12/circular_pod_buffer.h:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 return Begin == End && !IsFull;
32 }
33 bool Full() const {
34 return IsFull;
35 }
36
37 T* GetContinuousRegion(const size_t n) {
38 T* result;

Callers 4

AddPacketToQueueMethod · 0.80
PushBackToCurrentMethod · 0.80
InsertMethod · 0.80
ClearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected