Doc for Store::save_to()
This commit is contained in:
parent
f129358999
commit
671f19043d
1 changed files with 2 additions and 0 deletions
|
@ -760,6 +760,8 @@ impl Store {
|
|||
|
||||
/// Save a copy of the Entry in another place
|
||||
/// Executes the post_move_aspects for the new id
|
||||
///
|
||||
/// TODO: Introduce new aspect for `save_to()`.
|
||||
pub fn save_to(&self, entry: &FileLockEntry, new_id: StoreId) -> Result<()> {
|
||||
self.save_to_other_location(entry, new_id, false)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue