(sourcePath string)
| 115 | } |
| 116 | |
| 117 | func parseHashFile(sourcePath string) (string, string) { |
| 118 | lines := readLines(sourcePath) |
| 119 | return lines[0], lines[1] |
| 120 | } |
| 121 | |
| 122 | func resetURLHashFile(codehash, code, sourcePath string) string { |
| 123 | if verbose() { |
no test coverage detected