Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ size
Method
size
util/generic/strbase.h:131–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
constexpr inline size_t size() const noexcept {
132
return Len();
133
}
134
135
constexpr inline bool is_null() const noexcept {
136
return *Ptr() == 0;
Callers
7
operator[]
Method · 0.95
compare
Method · 0.45
equal
Method · 0.45
find
Method · 0.45
rfind
Method · 0.45
find_first_of
Method · 0.45
find_first_not_of
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected