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

Method getEndLine

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

Source from the content-addressed store, hash-verified

91std::string Function::getWrappedFunctionName() const { return _wrapperdFunctionName; }
92LineNumber Function::getStartLine() const { return _startLine; }
93LineNumber Function::getEndLine() const { return _endLine; }
94Function::eLinkType Function::getLinkType() const { return _linkType; }
95
96/**

Callers 4

getLineRangeForFuncMethod · 0.80
isDebugInfoAvailableMethod · 0.80
initConfigFunctionsMethod · 0.80
serializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected