Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Ptr
Method
Ptr
util/generic/strbase.h:535–537 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
533
}
534
535
constexpr inline const TCharType* Ptr() const noexcept {
536
return This()->data();
537
}
538
539
constexpr inline size_t Len() const noexcept {
540
return This()->length();
Callers
2
Y_UNIT_TEST
Function · 0.45
Base
Method · 0.45
Calls
1
data
Method · 0.45
Tested by
no test coverage detected