binaryninja::collaboration

Function set_snapshot_author

source
pub fn set_snapshot_author<S: BnStrCompatible>(
    database: &Database,
    snapshot: &Snapshot,
    author: S,
) -> Result<(), ()>
Expand description

Set the remote author of a local snapshot (does not upload)

  • database - Parent database
  • snapshot - Snapshot to edit
  • author - Target author