MCPcopy 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.hFile · 0.70
firstMethod · 0.70
subspanMethod · 0.70
SubStringMethod · 0.70
IsInitedMethod · 0.70

Calls 2

ConstRefClass · 0.85
dataMethod · 0.45

Tested by

no test coverage detected