(rootDir)
| 42 | } |
| 43 | |
| 44 | function defaultOutputPath(rootDir) { |
| 45 | return path.join(rootDir, DEFAULT_OUTPUT_RELATIVE); |
| 46 | } |
| 47 | |
| 48 | function hashContent(content) { |
| 49 | return crypto.createHash('sha256').update(content).digest('hex'); |
no outgoing calls
no test coverage detected