Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Begin
Method
Begin
util/generic/buffer.h:213–215 ·
view source on GitHub ↗
* iterator-like interface */
Source
from the content-addressed store, hash-verified
211
* iterator-like interface
212
*/
213
inline TIterator Begin() noexcept {
214
return Data();
215
}
216
217
inline TIterator End() noexcept {
218
return Begin() + Size();
Callers
9
TestQuickSort
Method · 0.45
TestIterate
Method · 0.45
TestRIterate
Method · 0.45
CheckIterationAfterCut
Function · 0.45
TestCutFront
Function · 0.45
TestCutBack
Function · 0.45
CheckIterationAfterAppend
Function · 0.45
CheckList
Function · 0.45
TestSecondTag
Method · 0.45
Calls
1
Data
Class · 0.70
Tested by
6
TestQuickSort
Method · 0.36
TestIterate
Method · 0.36
TestRIterate
Method · 0.36
TestCutFront
Function · 0.36
TestCutBack
Function · 0.36
TestSecondTag
Method · 0.36