| 88 | std::string Function::getComment() const { return _comment; } |
| 89 | std::string Function::getDeclarationString() const { return _declarationString; } |
| 90 | std::string Function::getSourceFileName() const { return _sourceFileName; } |
| 91 | std::string Function::getWrappedFunctionName() const { return _wrapperdFunctionName; } |
| 92 | LineNumber Function::getStartLine() const { return _startLine; } |
| 93 | LineNumber Function::getEndLine() const { return _endLine; } |
no outgoing calls
no test coverage detected