Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avast/retdec-idaplugin
/ ea_inside
Method
ea_inside
src/idaplugin/function.cpp:185–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
bool Function::ea_inside(ea_t ea) const
186
{
187
return getStart() <= ea && ea < getEnd();
188
}
189
190
std::vector<std::pair<std::string, ea_t>> Function::toLines() const
191
{
Callers
1
place_converter
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected