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

Function toggle_updates

python/examples/version_switcher.py:113–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111
112
113def toggle_updates():
114 set_auto_updates_enabled(not are_auto_updates_enabled())
115
116
117def main():

Callers 1

mainFunction · 0.85

Calls 2

set_auto_updates_enabledFunction · 0.90
are_auto_updates_enabledFunction · 0.90

Tested by

no test coverage detected