MCPcopy Create free account
hub / github.com/avast/retdec-idaplugin / getStart

Method getStart

src/idaplugin/function.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49ea_t Function::getStart() const
50{
51 return _fnc->start_ea;
52}
53
54ea_t Function::getEnd() const
55{

Callers 4

place.cppFile · 0.80
serializeMethod · 0.80
function.cppFile · 0.80
getFunctionEaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected