MCPcopy 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

TOpaqueTrieIteratorClass · 0.45
LongestPrefixMethod · 0.45
UpperBoundMethod · 0.45
ForwardMethod · 0.45
BackwardMethod · 0.45
GetValuePtrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected