Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Length
Method
Length
library/cpp/deprecated/split/split_iterator.h:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
T Length() const {
32
return End - Begin + 1;
33
}
34
35
bool operator==(const TNumPair& r) const {
36
return (Begin == r.Begin) && (End == r.End);
Callers
2
TMappedFile
Method · 0.45
TSplitIterator
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected