Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoSkip
Method
DoSkip
util/stream/aligned.cpp:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
9
size_t TAlignedInput::DoSkip(size_t len) {
10
size_t ret = Stream_->Skip(len);
11
Position_ += ret;
12
return ret;
13
}
14
15
size_t TAlignedInput::DoReadTo(TString& st, char ch) {
16
size_t ret = Stream_->ReadTo(st, ch);
Callers
nothing calls this directly
Calls
1
Skip
Method · 0.45
Tested by
no test coverage detected