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

Method _show_markdown_report

python/interaction.py:518–526  ·  view source on GitHub ↗
(self, ctxt, view, title, contents, plaintext)

Source from the content-addressed store, hash-verified

516 log_error(traceback.format_exc())
517
518 def _show_markdown_report(self, ctxt, view, title, contents, plaintext):
519 try:
520 if view:
521 view = binaryview.BinaryView(handle=core.BNNewViewReference(view))
522 else:
523 view = None
524 self.show_markdown_report(view, title, contents, plaintext)
525 except:
526 log_error(traceback.format_exc())
527
528 def _show_html_report(self, ctxt, view, title, contents, plaintext):
529 try:

Callers

nothing calls this directly

Calls 3

show_markdown_reportMethod · 0.95
log_errorFunction · 0.85
BinaryViewMethod · 0.80

Tested by

no test coverage detected