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

Method load_metadata

python/collaboration/remote.py:213–220  ·  view source on GitHub ↗

Load metadata from the Remote, including unique id and versions :raises RuntimeError: If there was an error

(self)

Source from the content-addressed store, hash-verified

211 return core.BNRemoteIsEnterprise(self._handle)
212
213 def load_metadata(self):
214 """
215 Load metadata from the Remote, including unique id and versions
216
217 :raises RuntimeError: If there was an error
218 """
219 if not core.BNRemoteLoadMetadata(self._handle):
220 raise RuntimeError(util._last_error())
221
222 def request_authentication_token(self, username: str, password: str) -> Optional[str]:
223 """

Callers 6

unique_idMethod · 0.95
server_versionMethod · 0.95
server_build_idMethod · 0.95
auth_backendsMethod · 0.95
is_enterpriseMethod · 0.95
connectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected