Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TDynamicStorage
Method
TDynamicStorage
util/generic/bitmap.h:212–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
TChunk* Data;
211
212
TDynamicStorage()
213
: Size(1)
214
, StackData(0)
215
, Data(&StackData)
216
{
217
}
218
219
TDynamicStorage(const TDynamicStorage<TChunk>& st)
220
: Size(1)
Callers
nothing calls this directly
Calls
1
CopyData
Function · 0.85
Tested by
no test coverage detected