| 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 | |
| 96 | /** |
no outgoing calls
no test coverage detected