Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoSkip
Method
DoSkip
util/stream/multi.cpp:45–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
size_t TMultiInput::DoSkip(size_t len) {
46
const size_t ret = C_->Skip(len);
47
48
if (ret) {
49
return ret;
50
}
51
52
C_ = N_;
53
N_ = &Cnull;
54
55
return C_->Skip(len);
56
}
Callers
nothing calls this directly
Calls
1
Skip
Method · 0.45
Tested by
no test coverage detected