Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ operator[]
Method
operator[]
library/cpp/iterator/mapped.h:166–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
const_reference operator[](size_t at) const {
167
Y_ASSERT(at < this->size());
168
169
return *(this->begin() + at);
170
}
171
172
reference operator[](size_t at) {
173
Y_ASSERT(at < this->size());
Callers
nothing calls this directly
Calls
2
size
Method · 0.95
begin
Method · 0.45
Tested by
no test coverage detected