Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsEmpty
Function
IsEmpty
library/cpp/expression/expression.cpp:125–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
static bool IsEmpty(const TString& str) {
126
return ToNumeric<double>(str) == 0.0;
127
}
128
129
static bool IsEqual(const TString& a, const TString& b, const double eps) {
130
double aVal = 0.0;
Callers
1
CalcExpression
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected