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

Method isDestructor

src/common/function.cpp:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43bool Function::isFromDebug() const { return _fromDebug; }
44bool Function::isConstructor() const { return _constructor; }
45bool Function::isDestructor() const { return _destructor; }
46bool Function::isVirtual() const { return _virtualFunction; }
47bool Function::isExported() const { return _exported; }
48bool Function::isVariadic() const { return _variadic; }

Callers 1

serializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected