MCPcopy 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.hFile · 0.70
c_strMethod · 0.50
GetSpecifiersMethod · 0.50
DoRunMethod · 0.50
hashMethod · 0.50

Calls 2

ConstRefClass · 0.85
dataMethod · 0.45

Tested by

no test coverage detected