Get the Remote for a Binary View
(bv: &BinaryView)
| 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 { |
nothing calls this directly
no test coverage detected