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

Method Size

library/cpp/neh/conn_cache.h:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 inline size_t Size() const noexcept {
82 return CachedConn_.Val();
83 }
84
85 inline size_t Validate(size_t addrId) {
86 TConnList& cl = Lst_.Get(addrId);

Callers 15

GetMethod · 0.45
ActiveMethod · 0.45
SuggestPurgeCacheMethod · 0.45
PurgeCacheMethod · 0.45
StartAcceptMethod · 0.45
NextMethod · 0.45
LoadBaseHeaderMethod · 0.45
LoadHeaderMethod · 0.45
StartAcceptMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 1

ValMethod · 0.45

Tested by

no test coverage detected