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

Method setIsExported

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

Source from the content-addressed store, hash-verified

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; }
81void Function::setIsThumb(bool f) { _thumb = f; }
82void Function::setLinkType(Function::eLinkType lt) { _linkType = lt; }

Callers 2

initConfigFunctionsMethod · 0.80
deserializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected