* Sync the filesystem to any underlying storage.
(relaxedDurability?: boolean)
| 25 | * Sync the filesystem to any underlying storage. |
| 26 | */ |
| 27 | syncToFs(relaxedDurability?: boolean): Promise<void> |
| 28 | |
| 29 | /** |
| 30 | * Sync the filesystem from any underlying storage. |
no outgoing calls
no test coverage detected