MCPcopy 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
2571bool Function::IsAnalysisSkipped()
2572{
2573 return BNIsFunctionAnalysisSkipped(m_object);
2574}
2575
2576
2577BNAnalysisSkipReason Function::GetAnalysisSkipReason()

Callers 1

startFullAnalysisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected