Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ empty
Method
empty
util/generic/strbase.h:139–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
Y_PURE_FUNCTION constexpr inline bool empty() const noexcept {
140
return Len() == 0;
141
}
142
143
constexpr inline explicit operator bool() const noexcept {
144
return !empty();
Callers
1
back
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected