mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
function comment
This commit is contained in:
parent
726b00856e
commit
9b7f91c955
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue