Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avast/retdec
/ isTypeIntegral
Method
isTypeIntegral
src/common/pattern.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
bool Pattern::Match::isTypeIntegral() const
93
{
94
return _type == eType::INTEGRAL;
95
}
96
97
bool Pattern::Match::isTypeFloatingPoint() const
98
{
Callers
2
serialize
Function · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64