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

Method SetNavigationHandler

filemetadata.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92
93void FileMetadata::SetNavigationHandler(NavigationHandler* handler)
94{
95 if (handler)
96 BNSetFileMetadataNavigationHandler(m_object, handler->GetCallbacks());
97 else
98 BNSetFileMetadataNavigationHandler(m_object, nullptr);
99}
100
101
102string FileMetadata::GetOriginalFilename() const

Callers

nothing calls this directly

Calls 1

GetCallbacksMethod · 0.45

Tested by

no test coverage detected