* Flushes any pending debounced cache writes to disk immediately.
()
| 114 | * Flushes any pending debounced cache writes to disk immediately. |
| 115 | */ |
| 116 | async flush(): Promise<void> { |
| 117 | await this._performSave() |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * Gets a copy of all file hashes |
nothing calls this directly
no test coverage detected