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

Method is_connected

rust/src/collaboration/remote.rs:82–84  ·  view source on GitHub ↗

Checks if the remote is connected.

(&self)

Source from the content-addressed store, hash-verified

80
81 /// Checks if the remote is connected.
82 pub fn is_connected(&self) -> bool {
83 unsafe { BNRemoteIsConnected(self.handle.as_ptr()) }
84 }
85
86 /// Gets the username used to connect to the remote.
87 pub fn username(&self) -> BnString {

Callers 1

temp_project_scopeFunction · 0.45

Calls

no outgoing calls

Tested by 1

temp_project_scopeFunction · 0.36