Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AddPacketToQueue
Method · 0.80
PushBackToCurrent
Method · 0.80
Insert
Method · 0.80
Clear
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected