| 876 | |
| 877 | |
| 878 | void AnalysisCompletionEvent::Cancel() |
| 879 | { |
| 880 | unique_lock<recursive_mutex> lock(m_mutex); |
| 881 | m_callback = []() { |
| 882 | }; |
| 883 | // This allows the API side to free the BinaryNinja::AnalysisCompletionEvent object |
| 884 | BNCancelAnalysisCompletionEvent(m_object); |
| 885 | } |
| 886 | |
| 887 | |
| 888 | TagType::TagType(BNTagType* tagType) |
no outgoing calls
no test coverage detected