Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ data
Function
data
util/generic/string.h:309–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
307
}
308
309
inline const TCharType* data() const noexcept Y_LIFETIME_BOUND {
310
return ConstRef().data();
311
}
312
313
inline const TCharType* c_str() const noexcept Y_LIFETIME_BOUND {
314
return ConstRef().c_str();
Callers
6
string.h
File · 0.70
basic_string_view<TCharType, TCharTraits>
Method · 0.70
first
Method · 0.70
subspan
Method · 0.70
SubString
Method · 0.70
IsInited
Method · 0.70
Calls
2
ConstRef
Class · 0.85
data
Method · 0.45
Tested by
no test coverage detected