binaryninja::collaboration

Function push_database_with_progress

source
pub fn push_database_with_progress<P: ProgressCallback>(
    database: &Database,
    file: &RemoteFile,
    progress: P,
) -> Result<usize, ()>
Expand description

Push locally added snapshots to the remote

  • database - Database to push
  • file - Remote File to push to
  • progress - Function to call for progress updates