Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Skip
Method
Skip
util/stream/input.cpp:122–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
size_t IInputStream::Skip(size_t sz) {
123
return DoSkip(sz);
124
}
125
126
size_t IInputStream::DoSkip(size_t sz) {
127
if (sz < 128) {
Callers
13
ReadNum
Function · 0.45
NumericStrCmp
Function · 0.45
Y_UNIT_TEST
Function · 0.45
SubStr
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
DoSkip
Method · 0.45
DoSkip
Method · 0.45
format.h
File · 0.45
Y_UNIT_TEST
Function · 0.45
DoSkip
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected