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

Method _action

python/workflow.py:173–178  ·  view source on GitHub ↗
(self, ac: Any)

Source from the content-addressed store, hash-verified

171 self.handle = _handle
172
173 def _action(self, ac: Any):
174 try:
175 if self.action is not None:
176 self.action(AnalysisContext(ac))
177 except:
178 log_error(traceback.format_exc())
179
180 def __del__(self):
181 if core is not None:

Callers 1

__init__Method · 0.95

Calls 3

log_errorFunction · 0.85
AnalysisContextClass · 0.70
actionMethod · 0.45

Tested by

no test coverage detected