Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsDetached
Function
IsDetached
library/cpp/containers/cow_string/cow_string.h:192–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
bool IsDetached() const {
193
return 1 == RefCount();
194
}
195
196
// ~~~ Size and capacity ~~~
197
TBasicCowString& resize(size_t n, TCharType c =
' '
) Y_LIFETIME_BOUND { // remove or append
Callers
1
cow_string.h
File · 0.70
Calls
1
RefCount
Function · 0.70
Tested by
no test coverage detected