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

Method show_plain_text_report

python/interaction.py:742–743  ·  view source on GitHub ↗
(self, view, title, contents)

Source from the content-addressed store, hash-verified

740 return False
741
742 def show_plain_text_report(self, view, title, contents):
743 pass
744
745 def show_markdown_report(self, view, title, contents, plaintext):
746 self.show_html_report(view, title, markdown_to_html(contents), plaintext)

Callers 2

show_html_reportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected