Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Function
Method
Function
function.cpp:225–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
224
225
Function::Function(BNFunction* func)
226
{
227
m_object = func;
228
m_advancedAnalysisRequests = 0;
229
}
230
231
232
Function::~Function()
Callers
15
_from_core_struct
Method · 0.80
_function_added
Method · 0.80
_function_removed
Method · 0.80
_function_updated
Method · 0.80
_function_update_requested
Method · 0.80
_tag_added
Method · 0.80
_tag_updated
Method · 0.80
_tag_removed
Method · 0.80
_component_function_added
Method · 0.80
_component_function_removed
Method · 0.80
__iter__
Method · 0.80
__next__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected