MCPcopy Create free account
hub / github.com/avast/retdec / isTypeUnknown

Method isTypeUnknown

src/common/pattern.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool Pattern::Match::isTypeUnknown() const
88{
89 return _type == eType::UNKNOWN;
90}
91
92bool Pattern::Match::isTypeIntegral() const
93{

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64