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

Function server_url

python/enterprise.py:156–165  ·  view source on GitHub ↗

Get the url of the Enterprise Server. :return: The current url

()

Source from the content-addressed store, hash-verified

154
155
156def server_url() -> str:
157 """
158 Get the url of the Enterprise Server.
159
160 :return: The current url
161 """
162 value = core.BNGetEnterpriseServerUrl()
163 if value is None:
164 raise RuntimeError(last_error())
165 return value
166
167
168def set_server_url(url: str):

Callers

nothing calls this directly

Calls 1

last_errorFunction · 0.85

Tested by

no test coverage detected