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

Method error

python/scriptingprovider.py:326–327  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

324 core.BNNotifyWarningForScriptingInstance(self.handle, text)
325
326 def error(self, text):
327 core.BNNotifyErrorForScriptingInstance(self.handle, text)
328
329 def execute_script_input(self, text):
330 return core.BNExecuteScriptInput(self.handle, text)

Callers 2

writeMethod · 0.45
juxtapose.min.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected