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

Method get_directory_name_input

python/interaction.py:786–787  ·  view source on GitHub ↗
(self, prompt, default_name)

Source from the content-addressed store, hash-verified

784 return get_text_line_input(prompt, "Save File")
785
786 def get_directory_name_input(self, prompt, default_name):
787 return get_text_line_input(prompt, "Select Directory")
788
789 def get_form_input(self, fields, title):
790 return False

Callers 1

Calls 1

get_text_line_inputFunction · 0.70

Tested by

no test coverage detected