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

Method Find

library/cpp/neh/udp.cpp:644–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642 }
643
644 inline TProto* Find(int family) const {
645 TProtoStorage::const_iterator it = P_.find(family);
646
647 if (it == P_.end()) {
648 return nullptr;
649 }
650
651 return it->second.Get();
652 }
653
654 private:
655 typedef TAutoPtr<TProto> TProtoRef;

Callers 2

VerifyFileFunction · 0.45
with_lockMethod · 0.45

Calls 3

findMethod · 0.45
endMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected