ml__can_connect_to_hive

Function ml__can_connect_to_hive 

Source
pub unsafe extern "C" fn ml__can_connect_to_hive(
    hive_url_ptr: *const u8,
    hive_url_len: u32,
    hive_port: u32,
    __ark_ffi_output: *mut FutureHandle,
) -> ErrorCode
Expand description

Ok(true) if we can connect to hive.

The promise outputs a bool.