Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TBigArray
Method
TBigArray
library/cpp/coroutine/engine/cont_poller.h:107–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
106
public:
107
TBigArray()
108
: Pool_(TMemoryPool::TExpGrow::Instance(), TDefaultAllocator::Instance())
109
{}
110
111
T* Get(size_t index) {
112
TRef& ret = Lst_.Get(index);
Callers
nothing calls this directly
Calls
1
Instance
Function · 0.85
Tested by
no test coverage detected