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

Method IsFinished

library/cpp/netliba/v12/udp_host.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 bool IsFinished() const {
105 return ConnectionHash.begin() == CachedPos;
106 }
107
108 const TIntrusivePtr<IConnection>* FindPtr(const TGUID& guid) const {
109 return ConnectionHash.FindPtr(guid);

Callers 1

StepLowMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected