* Get a file record by path
(filePath: string)
| 945 | * Get a file record by path |
| 946 | */ |
| 947 | getFile(filePath: string): FileRecord | null { |
| 948 | return this.queries.getFileByPath(filePath); |
| 949 | } |
| 950 | |
| 951 | /** |
| 952 | * Get all tracked files |
no test coverage detected