| 2145 | |
| 2146 | |
| 2147 | bool BinaryView::GetFunctionAnalysisUpdateDisabled() |
| 2148 | { |
| 2149 | return BNGetFunctionAnalysisUpdateDisabled(m_object); |
| 2150 | } |
| 2151 | |
| 2152 | |
| 2153 | void BinaryView::SetFunctionAnalysisUpdateDisabled(bool disabled) |
no outgoing calls
no test coverage detected