Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ResetChunk
Method
ResetChunk
util/memory/pool.h:87–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
inline void ResetChunk() noexcept {
88
size_t total = DataSize() + Left();
89
Cur_ = Data();
90
Left_ = total;
91
}
92
93
private:
94
char* Cur_;
Callers
2
~TBookmark
Method · 0.80
DoClear
Method · 0.80
Calls
1
Data
Class · 0.50
Tested by
no test coverage detected