(name: string)
| 304 | } |
| 305 | |
| 306 | getSourceInfo(name: string): FileInfo | undefined { |
| 307 | return getFileInfo(this.root, this.getSourceFilePath(name)); |
| 308 | } |
| 309 | |
| 310 | getOutputInfo(name: string): FileInfo | undefined { |
| 311 | return getFileInfo(this.root, this.getOutputFilePath(name)); |
no test coverage detected