* Get a file record by path
(filePath: string)
| 1526 | * Get a file record by path |
| 1527 | */ |
| 1528 | getFile(filePath: string): FileRecord | null { |
| 1529 | return this.queries.getFileByPath(filePath); |
| 1530 | } |
| 1531 | |
| 1532 | /** |
| 1533 | * Get all tracked files |
no test coverage detected