Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ValidSignInfo
Function
ValidSignInfo
util/generic/ylimits_ut.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
#define CHECK_COND(X) UNIT_ASSERT(X)
24
25
static inline bool ValidSignInfo(bool, bool) {
26
return true;
27
}
28
29
template <class T>
30
static inline bool ValidSignInfo(bool limitIsSigned, const T&) {
Callers
1
TestIntegralLimits
Function · 0.85
Calls
2
IsNegative
Function · 0.85
T
Class · 0.70
Tested by
1
TestIntegralLimits
Function · 0.68