(method)
| 182 | } |
| 183 | |
| 184 | function makeStatTest(method) { |
| 185 | return function (file) { |
| 186 | return statOrNull(file, method); |
| 187 | }; |
| 188 | } |
| 189 | |
| 190 | function getHostArch() { |
| 191 | if (process.platform === "win32") { |
no test coverage detected
searching dependent graphs…