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

Function RefCount

library/cpp/containers/cow_string/cow_string.h:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 size_t RefCount() const noexcept {
70 return S_.RefCount();
71 }
72
73public:
74 inline const TStringType& ConstRef() const Y_LIFETIME_BOUND {

Callers 1

IsDetachedFunction · 0.70

Calls 1

RefCountMethod · 0.45

Tested by

no test coverage detected