binaryninja
5.1.7473-dev
In binaryninja::
collaboration
Structs
Changeset
ConnectionOptions
DatabaseConflictHandlerFail
GroupId
MergeConflict
NoNameChangeset
Permission
Remote
RemoteFile
RemoteFolder
RemoteGroup
RemoteProject
RemoteSnapshot
RemoteUser
TypeArchiveConflictHandlerFail
Traits
DatabaseConflictHandler
NameChangeset
TypeArchiveConflictHandler
Functions
active_remote
assign_snapshot_map
default_file_path
default_project_path
delete_data_from_keychain
download_database
download_database_with_progress
download_file
download_file_with_progress
download_type_archive
download_type_archive_with_progress
dump_database
get_data_from_keychain
get_local_snapshot_for_remote
get_local_snapshot_from_remote_type_archive
get_remote_by_address
get_remote_by_id
get_remote_by_name
get_remote_file_for_local_database
get_remote_file_for_local_type_archive
get_remote_for_binary_view
get_remote_for_local_database
get_remote_for_local_type_archive
get_remote_project_for_local_database
get_remote_project_for_local_type_archive
get_remote_snapshot_from_local
get_remote_snapshot_from_local_type_archive
get_snapshot_author
has_collaboration_support
has_data_in_keychain
ignore_snapshot
is_collaboration_database
is_collaboration_type_archive
is_snapshot_ignored
is_type_archive_snapshot_ignored
known_remotes
load_remotes
merge_database
merge_database_with_progress
merge_snapshots
merge_snapshots_with_progress
pull_database
pull_database_with_progress
pull_type_archive
pull_type_archive_with_progress
push_database
push_database_with_progress
push_type_archive
push_type_archive_with_progress
remove_known_remote
save_remotes
set_active_remote
set_snapshot_author
store_data_in_keychain
sync_database
sync_database_with_progress
sync_type_archive
sync_type_archive_with_progress
upload_database
upload_database_with_progress
upload_type_archive
upload_type_archive_with_progress
Type Aliases
CollaborationPermissionLevel
MergeConflictDataType
RemoteFileType
binaryninja
::
collaboration
Function
download_database
Copy item path
Settings
Help
Summary
source
pub fn download_database<S>( file: &
RemoteFile
, location: &
Path
, force:
bool
, ) ->
Result
<
()
,
()
>