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

Method isOffsetDefined

src/common/pattern.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67bool Pattern::Match::isOffsetDefined() const
68{
69 return _offset.isDefined();
70}
71
72bool Pattern::Match::isAddressDefined() const
73{

Callers 2

serializeFunction · 0.80
TEST_FFunction · 0.80

Calls 1

isDefinedMethod · 0.45

Tested by 1

TEST_FFunction · 0.64