Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Out<TNetworkAddress>
Function · 0.45
Calls
2
TIterator
Class · 0.70
Info
Class · 0.50
Tested by
no test coverage detected