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

Method Validate

library/cpp/neh/conn_cache.h:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 inline size_t Validate(size_t addrId) {
86 TConnList& cl = Lst_.Get(addrId);
87 return Validate(cl);
88 }
89
90 //close/remove part of the connections from cache
91 size_t Purge(size_t addrId, size_t frac256) {

Callers 1

OnConnErrorMethod · 0.45

Calls 9

SetCachedMethod · 0.80
ValidateFunction · 0.50
GetMethod · 0.45
SizeMethod · 0.45
DequeueMethod · 0.45
IsValidMethod · 0.45
EnqueueMethod · 0.45
DecMethod · 0.45
UnRefMethod · 0.45

Tested by

no test coverage detected