Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OnConnError
Method · 0.45
Calls
9
SetCached
Method · 0.80
Validate
Function · 0.50
Get
Method · 0.45
Size
Method · 0.45
Dequeue
Method · 0.45
IsValid
Method · 0.45
Enqueue
Method · 0.45
Dec
Method · 0.45
UnRef
Method · 0.45
Tested by
no test coverage detected