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

Method FindPtr

library/cpp/netliba/v12/udp_host.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 const TIntrusivePtr<IConnection>* FindPtr(const TGUID& guid) const {
109 return ConnectionHash.FindPtr(guid);
110 }
111 const std::pair<iterator, bool> Insert(const TGUID& guid, TConnection* conn) {
112 const std::pair<iterator, bool>& rv = ConnectionHash.insert(std::make_pair(guid, conn));
113 if (!rv.second && rv.first == CachedPos) {

Callers 15

ProcessIBRequestMethod · 0.45
ParseDataPacketHeaderMethod · 0.45
GetMethod · 0.45
FindDecoderMethod · 0.45
FindEncoderMethod · 0.45
HeaderInMethod · 0.45
AddModeMethod · 0.45
AddAliasMethod · 0.45
MakeDiffFunction · 0.45
ResolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected