Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ~TBasicString
Function
~TBasicString
util/generic/string.h:421–427 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
419
420
#if 0
421
inline ~TBasicString() {
422
if (!TStringUseCow) {
423
if (S_.RefCount() > 1) {
424
abort();
425
}
426
}
427
}
428
#endif
429
430
inline TBasicString(const TBasicString& s)
Callers
nothing calls this directly
Calls
1
RefCount
Method · 0.45
Tested by
no test coverage detected