Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ IsAnalysisSkipped
Method
IsAnalysisSkipped
function.cpp:2571–2574 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2569
2570
2571
bool Function::IsAnalysisSkipped()
2572
{
2573
return BNIsFunctionAnalysisSkipped(m_object);
2574
}
2575
2576
2577
BNAnalysisSkipReason Function::GetAnalysisSkipReason()
Callers
1
startFullAnalysis
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected