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

Method _fill_core_struct

python/interaction.py:42–45  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

40 self._text = text
41
42 def _fill_core_struct(self, value):
43 value.type = FormInputFieldType.LabelFormField
44 value.hasDefault = False
45 value.prompt = self._text
46
47 def _fill_core_result(self, value):
48 pass

Callers 1

get_form_inputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected