MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / SetFunction

Method SetFunction

function.cpp:3397–3406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3395
3396
3397void AdvancedFunctionAnalysisDataRequestor::SetFunction(Function* func)
3398{
3399 if (m_func)
3400 m_func->ReleaseAdvancedAnalysisData();
3401
3402 m_func = func;
3403
3404 if (m_func)
3405 m_func->RequestAdvancedAnalysisData();
3406}

Callers

nothing calls this directly

Tested by

no test coverage detected