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

Function server_last_error

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

Source from the content-addressed store, hash-verified

227}
228
229pub fn server_last_error() -> BnString {
230 unsafe { BnString::from_raw(binaryninjacore_sys::BNGetEnterpriseServerLastError()) }
231}
232
233pub fn server_authentication_methods() -> (Array<BnString>, Array<BnString>) {
234 let mut methods = core::ptr::null_mut();

Callers 1

checkout_licenseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected