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

Method Cancel

binaryview.cpp:878–885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876
877
878void 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
888TagType::TagType(BNTagType* tagType)

Callers 2

loadImagesWithAddrMethod · 0.45
InspireWriteCallbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected