Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ data
Function
data
library/cpp/containers/cow_string/cow_string.h:120–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
inline const TCharType* data() const noexcept Y_LIFETIME_BOUND {
121
return ConstRef().data();
122
}
123
124
inline const TCharType* c_str() const noexcept Y_LIFETIME_BOUND {
125
return ConstRef().c_str();
Callers
5
cow_string.h
File · 0.70
c_str
Method · 0.50
GetSpecifiers
Method · 0.50
DoRun
Method · 0.50
hash
Method · 0.50
Calls
2
ConstRef
Class · 0.85
data
Method · 0.45
Tested by
no test coverage detected