binaryninja::collaboration

Function push_type_archive_with_progress

source
pub fn push_type_archive_with_progress<P: ProgressCallback>(
    type_archive: &TypeArchive,
    file: &RemoteFile,
    progress: P,
) -> Result<usize, ()>
Expand description

Push locally added snapshots to the remote

  • type_archive - TypeArchive to push
  • file - Remote File to push to
  • progress - Function to call for progress updates