Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.h
File · 0.70
Parse
Method · 0.50
hash
Method · 0.50
Calls
2
ConstRef
Class · 0.85
length
Method · 0.45
Tested by
no test coverage detected