| 45 | |
| 46 | const NNetliba_v12::TUdpAddress& GetNetlibaAddr() const { |
| 47 | with_lock (NetlibaAddrLock) { |
| 48 | if (NetlibaAddr.Empty()) { |
| 49 | NetlibaAddr = NNetliba_v12::CreateAddress(Address, Port); |
| 50 | } |
| 51 | return NetlibaAddr.GetRef(); |
| 52 | } |
| 53 | } |
| 54 | |
| 55 | size_t Hash() const { |
nothing calls this directly
no test coverage detected