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

Method show_markdown_report

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

Source from the content-addressed store, hash-verified

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)
747
748 def show_html_report(self, view, title, contents, plaintext):
749 if len(plaintext) != 0:

Callers 1

_show_markdown_reportMethod · 0.95

Calls 2

show_html_reportMethod · 0.95
markdown_to_htmlFunction · 0.85

Tested by

no test coverage detected