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

Function is_initialized

python/enterprise.py:21–27  ·  view source on GitHub ↗

Determine if the Enterprise Client has been initialized yet. :return: True if :py:func:`initialize` has been called

()

Source from the content-addressed store, hash-verified

19
20
21def is_initialized() -> bool:
22 """
23 Determine if the Enterprise Client has been initialized yet.
24
25 :return: True if :py:func:`initialize` has been called
26 """
27 return core.BNIsEnterpriseServerInitialized()
28
29
30def initialize():

Callers 2

connectFunction · 0.85
acquireMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected