function comment

This commit is contained in:
Jared Wasinger 2024-08-12 06:28:06 -07:00
parent 726b00856e
commit 9b7f91c955

View file

@ -379,6 +379,8 @@ func hashAllSourceFiles() (map[string]common.Hash, error) {
return res, nil return res, nil
} }
// hashSourceFiles iterates the provided set of filepaths (relative to the top-level geth project directory)
// computing the hash of each file.
func hashSourceFiles(files []string) (map[string]common.Hash, error) { func hashSourceFiles(files []string) (map[string]common.Hash, error) {
res := make(map[string]common.Hash) res := make(map[string]common.Hash)
for _, filePath := range files { for _, filePath := range files {