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

Method stop

python/scriptingprovider.py:362–363  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

360 return core.BNScriptingInstanceCompleteInput(self.handle, text, state)
361
362 def stop(self):
363 core.BNStopScriptingInstance(self.handle)
364
365 def register_output_listener(self, listener):
366 listener._register(self.handle)

Callers 2

repositionCaretMethod · 0.80
repositionCaretMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected