Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Top
Method
Top
library/cpp/http/io/stream.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
TPtr Top() {
79
const TPtr* end = T_ + N;
80
return end == Beg_ ? nullptr : *Beg_;
81
}
82
83
private:
84
inline T* AddImpl(T* t) noexcept {
Callers
6
TOpaqueTrieIterator
Class · 0.45
LongestPrefix
Method · 0.45
UpperBound
Method · 0.45
Forward
Method · 0.45
Backward
Method · 0.45
GetValuePtr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected