Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
public:
74
inline const TStringType& ConstRef() const Y_LIFETIME_BOUND {
Callers
1
IsDetached
Function · 0.70
Calls
1
RefCount
Method · 0.45
Tested by
no test coverage detected