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

Function set_auto_updates_enabled

python/update.py:258–265  ·  view source on GitHub ↗

``set_auto_updates_enabled`` sets auto update enabled status. :param bool enabled: True to enable update, False to disable updates. :rtype: None

(enabled)

Source from the content-addressed store, hash-verified

256
257
258def set_auto_updates_enabled(enabled):
259 """
260 ``set_auto_updates_enabled`` sets auto update enabled status.
261
262 :param bool enabled: True to enable update, False to disable updates.
263 :rtype: None
264 """
265 core.BNSetAutoUpdatesEnabled(enabled)
266
267
268def get_time_since_last_update_check():

Callers 2

selectFunction · 0.90
toggle_updatesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected