Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ areFilesSelected
Method
areFilesSelected
python/examples/triage/files.py:92–93 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
90
QMessageBox.critical(self,
"Error"
,
"Unable to open:\n"
+
"\n"
.join(failedToOpen))
91
92
def
areFilesSelected(self):
93
return
self.tree.selectionModel().hasSelection()
94
95
96
def
openForTriage(context):
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected