(tag)
| 5 | const spawnSync = require('child_process').spawnSync; |
| 6 | |
| 7 | function getSource(tag) { |
| 8 | return `(function ${tag}() { return '${tag}'; })`; |
| 9 | } |
| 10 | |
| 11 | function produce(source, count) { |
| 12 | count ||= 1; |
no outgoing calls
no test coverage detected
searching dependent graphs…