(path)
| 7458 | } |
| 7459 | } |
| 7460 | function fileExists(path) { |
| 7461 | return fileSystemEntryExists(path, 0 /* FileSystemEntryKind.File */); |
| 7462 | } |
| 7463 | function directoryExists(path) { |
| 7464 | return fileSystemEntryExists(path, 1 /* FileSystemEntryKind.Directory */); |
| 7465 | } |
no test coverage detected
searching dependent graphs…