* Helper to get the md5 a a file's contents to determine if a requirements has a static cache * @param {string} fullpath * @return {string}
(fullpath)
| 49 | * @return {string} |
| 50 | */ |
| 51 | function sha256Path(fullpath) { |
| 52 | return sha256File(fullpath) |
| 53 | } |
| 54 | |
| 55 | const initialWorkingDir = __dirname |
| 56 |
no outgoing calls
no test coverage detected
searching dependent graphs…