(fileName)
| 70 | const print = console.log; |
| 71 | |
| 72 | function read(fileName) { |
| 73 | return fs.readFileSync(fileName, 'utf8'); |
| 74 | } |
| 75 | const quit = process.exit; |
| 76 | |
| 77 | const tickArguments = []; |
nothing calls this directly
no test coverage detected
searching dependent graphs…