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

Method show_html_report

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

Source from the content-addressed store, hash-verified

746 self.show_html_report(view, title, markdown_to_html(contents), plaintext)
747
748 def show_html_report(self, view, title, contents, plaintext):
749 if len(plaintext) != 0:
750 self.show_plain_text_report(view, title, plaintext)
751
752 def show_graph_report(self, view, title, graph):
753 pass

Callers 2

_show_html_reportMethod · 0.95
show_markdown_reportMethod · 0.95

Calls 1

Tested by

no test coverage detected