MCPcopy Create free account
hub / github.com/catboost/catboost / Begin

Method Begin

util/network/socket.h:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 ~TNetworkAddress();
215
216 inline TIterator Begin() const noexcept {
217 return TIterator(Info());
218 }
219
220 inline TIterator End() const noexcept {
221 return TIterator(nullptr);

Callers 3

Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
Out<TNetworkAddress>Function · 0.45

Calls 2

TIteratorClass · 0.70
InfoClass · 0.50

Tested by

no test coverage detected