pub fn set_snapshot_author(
database: &Database,
snapshot: &Snapshot,
author: &str,
) -> Result<(), ()>
Expand description
Set the remote author of a local snapshot (does not upload)
database
- Parent databasesnapshot
- Snapshot to editauthor
- Target author