binaryninja::collaboration

Function pull_type_archive

source
pub fn pull_type_archive<C: TypeArchiveConflictHandler>(
    type_archive: &TypeArchive,
    file: &RemoteFile,
    conflict_handler: C,
) -> Result<usize, ()>
Expand description

Pull updated type archives from the remote.

  • type_archive - TypeArchive to pull
  • file - Remote File to pull to
  • conflict_handler - Function to call to resolve snapshot conflicts