* Get a file record by path
(filePath: string)
| 1596 | * Get a file record by path |
| 1597 | */ |
| 1598 | getFile(filePath: string): FileRecord | null { |
| 1599 | return this.queries.getFileByPath(filePath); |
| 1600 | } |
| 1601 | |
| 1602 | /** |
| 1603 | * Get all tracked files |
no test coverage detected