Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ length
Function
length
util/generic/string.h:305–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
}
304
305
inline size_t length() const noexcept {
306
return ConstRef().length();
307
}
308
309
inline const TCharType* data() const noexcept Y_LIFETIME_BOUND {
310
return ConstRef().data();
Callers
15
TestFuncs
Method · 0.70
operator[]
Function · 0.70
string.h
File · 0.70
StrLen
Method · 0.70
Append
Method · 0.50
FromString
Function · 0.50
TryFromString
Function · 0.50
IntFromString
Function · 0.50
EscapeC
Function · 0.50
FastStrChr
Function · 0.50
TStringDelimiter
Method · 0.50
SplitStringImplT
Function · 0.50
Calls
2
ConstRef
Class · 0.85
length
Method · 0.45
Tested by
1
TestFuncs
Method · 0.56