Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoSkip
Method
DoSkip
util/stream/buffered.cpp:134–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
size_t TBufferedInput::DoSkip(size_t len) {
135
return Impl_->Skip(len);
136
}
137
138
size_t TBufferedInput::DoNext(const void** ptr, size_t len) {
139
return Impl_->Next(ptr, len);
Callers
nothing calls this directly
Calls
1
Skip
Method · 0.45
Tested by
no test coverage detected