MCPcopy Create free account
hub / github.com/catboost/catboost / length

Function length

library/cpp/containers/cow_string/cow_string.h:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 inline size_t length() const noexcept {
117 return ConstRef().length();
118 }
119
120 inline const TCharType* data() const noexcept Y_LIFETIME_BOUND {
121 return ConstRef().data();

Callers 4

operator[]Function · 0.70
cow_string.hFile · 0.70
ParseMethod · 0.50
hashMethod · 0.50

Calls 2

ConstRefClass · 0.85
lengthMethod · 0.45

Tested by

no test coverage detected