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

Function are_auto_updates_enabled

python/update.py:248–255  ·  view source on GitHub ↗

``are_auto_updates_enabled`` queries if auto updates are enabled. :return: boolean True if auto updates are enabled. False if they are disabled. :rtype: bool

()

Source from the content-addressed store, hash-verified

246
247
248def are_auto_updates_enabled():
249 """
250 ``are_auto_updates_enabled`` queries if auto updates are enabled.
251
252 :return: boolean True if auto updates are enabled. False if they are disabled.
253 :rtype: bool
254 """
255 return core.BNAreAutoUpdatesEnabled()
256
257
258def set_auto_updates_enabled(enabled):

Callers 3

selectFunction · 0.90
toggle_updatesFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected