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

Function is_server_initialized

rust/src/enterprise.rs:221–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219}
220
221pub fn is_server_initialized() -> bool {
222 unsafe { binaryninjacore_sys::BNIsEnterpriseServerInitialized() }
223}
224
225pub fn initialize_server() -> bool {
226 unsafe { binaryninjacore_sys::BNInitializeEnterpriseServer() }

Callers 3

license_locationFunction · 0.85
checkout_licenseFunction · 0.85
release_licenseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected