(filePath: string)
| 2 | getHash(filePath: string): string | undefined |
| 3 | updateHash(filePath: string, hash: string): void |
| 4 | deleteHash(filePath: string): void |
| 5 | flush(): Promise<void> |
| 6 | getAllHashes(): Record<string, string> |
| 7 | } |
no outgoing calls
no test coverage detected