binaryninja::collaboration

Function get_snapshot_author

source
pub fn get_snapshot_author(
    database: &Database,
    snapshot: &Snapshot,
) -> Result<Option<BnString>, ()>
Expand description

Get the remote author of a local snapshot

  • database - Parent database
  • snapshot - Snapshot to query