* gets a random int from 0-10000000000
()
| 33 | * gets a random int from 0-10000000000 |
| 34 | */ |
| 35 | function getRandomInt() { |
| 36 | return Math.floor(Math.random() * 10000000000); |
| 37 | } |
| 38 | |
| 39 | const execPromise = promisify(exec) |
| 40 |
no outgoing calls
no test coverage detected
searching dependent graphs…