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

Method IsValid

library/cpp/neh/http2.cpp:578–580  ·  view source on GitHub ↗

connection received from cache must be validated before using (process removing closed conection from cache consume some time)

Source from the content-addressed store, hash-verified

576 //connection received from cache must be validated before using
577 //(process removing closed conection from cache consume some time)
578 inline bool IsValid() const noexcept {
579 return !Finalized_;
580 }
581
582 void SetCached(bool v) noexcept {
583 Cached_ = v;

Callers 4

ExecServerThreadMethod · 0.45
GetMethod · 0.45
PurgeMethod · 0.45
ValidateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected