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

Method get_for_binary_view

rust/src/collaboration/remote.rs:48–50  ·  view source on GitHub ↗

Get the Remote for a Binary View

(bv: &BinaryView)

Source from the content-addressed store, hash-verified

46
47 /// Get the Remote for a Binary View
48 pub fn get_for_binary_view(bv: &BinaryView) -> Result<Option<Ref<Remote>>, ()> {
49 sync::get_remote_for_binary_view(bv)
50 }
51
52 /// Checks if the remote has pulled metadata like its id, etc.
53 pub fn has_loaded_metadata(&self) -> bool {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected