binaryninja::collaboration

Function pull_type_archive_with_progress

source
pub fn pull_type_archive_with_progress<C: TypeArchiveConflictHandler, P: ProgressCallback>(
    type_archive: &TypeArchive,
    file: &RemoteFile,
    conflict_handler: C,
    progress: P,
) -> 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
  • progress - Function to call for progress updates