MCPcopy 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
225Function::Function(BNFunction* func)
226{
227 m_object = func;
228 m_advancedAnalysisRequests = 0;
229}
230
231
232Function::~Function()

Callers 15

_from_core_structMethod · 0.80
_function_addedMethod · 0.80
_function_removedMethod · 0.80
_function_updatedMethod · 0.80
_tag_addedMethod · 0.80
_tag_updatedMethod · 0.80
_tag_removedMethod · 0.80
__iter__Method · 0.80
__next__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected