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

Method get_for_local_database

rust/src/collaboration/remote.rs:43–45  ·  view source on GitHub ↗

Get the Remote for a Database

(database: &Database)

Source from the content-addressed store, hash-verified

41
42 /// Get the Remote for a Database
43 pub fn get_for_local_database(database: &Database) -> Result<Option<Ref<Remote>>, ()> {
44 sync::get_remote_for_local_database(database)
45 }
46
47 /// Get the Remote for a Binary View
48 pub fn get_for_binary_view(bv: &BinaryView) -> Result<Option<Ref<Remote>>, ()> {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected