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

Method setIsDestructor

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

Source from the content-addressed store, hash-verified

75void Function::setIsFromDebug(bool d) { _fromDebug = d; }
76void Function::setIsConstructor(bool f) { _constructor = f; }
77void Function::setIsDestructor(bool f) { _destructor = f; }
78void Function::setIsVirtual(bool f) { _virtualFunction = f; }
79void Function::setIsExported(bool f) { _exported = f; }
80void Function::setIsVariadic(bool f) { _variadic = f; }

Callers 2

getConfigClassMethod · 0.80
deserializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected