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

Method release

python/enterprise.py:409–416  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

407 self.acquired_license = True
408
409 def release(self):
410 # UI builds have their own license manager
411 if binaryninja.core_ui_enabled():
412 return
413 # Don't release if we got one from keychain
414 if self.acquired_license and self.desired_release:
415 release_license()
416 self.acquired_license = False

Callers 4

__del__Method · 0.95
__exit__Method · 0.95
_wait_completeMethod · 0.80
layout_and_waitMethod · 0.80

Calls 1

release_licenseFunction · 0.70

Tested by

no test coverage detected