| 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; } |
| 94 | Function::eLinkType Function::getLinkType() const { return _linkType; } |
| 95 |
no outgoing calls
no test coverage detected