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

Method setWrappedFunctionName

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

Source from the content-addressed store, hash-verified

64void Function::setDeclarationString(const std::string& s) { _declarationString = s; }
65void Function::setSourceFileName(const std::string& n) { _sourceFileName = n; }
66void Function::setWrappedFunctionName(const std::string& n) { _wrapperdFunctionName = n; }
67void Function::setStartLine(const retdec::common::Address& l) { _startLine = l; }
68void Function::setEndLine(const retdec::common::Address& l) { _endLine = l; }
69void Function::setIsDecompilerDefined() { _linkType = DECOMPILER_DEFINED; }

Callers 1

deserializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected