Skip to content

Commit

Permalink
add comments to helper functions
Browse files Browse the repository at this point in the history
Signed-off-by: Firas Ghanmi <[email protected]>
  • Loading branch information
fghanmi committed Sep 30, 2024
1 parent c93387b commit d197058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tough/src/editor/signed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ trait TargetsWalker {
}
}

// Helper function used in target_path
async fn verify_existing_target(&self, dest: PathBuf, repo_target: &&Target) -> Result<()> {
let url = Url::from_file_path(&dest)
.ok()
Expand Down

0 comments on commit d197058

Please sign in to comment.