| 1 | //! Filesystem-backed working copy implementation. |
| 2 | //! |
| 3 | //! Provides [`FileSystem`] which implements [`WorkingCopy`] and |
| 4 | //! `WorkingCopyRead` for real filesystem operations, and [`FileWriter`] |
nothing calls this directly
no outgoing calls
no test coverage detected