| 63 | void Function::addComment(const std::string& c) { _comment += c; } |
| 64 | void Function::setDeclarationString(const std::string& s) { _declarationString = s; } |
| 65 | void Function::setSourceFileName(const std::string& n) { _sourceFileName = n; } |
| 66 | void Function::setWrappedFunctionName(const std::string& n) { _wrapperdFunctionName = n; } |
| 67 | void Function::setStartLine(const retdec::common::Address& l) { _startLine = l; } |
| 68 | void Function::setEndLine(const retdec::common::Address& l) { _endLine = l; } |
no outgoing calls
no test coverage detected