Files
herolib/lib/vfs/vfsourdb
Mahmoud Emad 33150846cc feat: Add move operation and file type checks
- Add `move` operation to the VFS interface and implementations.
  This allows for moving files and directories within the VFS.
- Add `is_dir`, `is_file`, and `is_symlink` methods to the
  `FSEntry` interface and implementations.  This allows for
  robust file type checking before performing operations.
2025-02-19 12:10:52 +02:00
..

VFS Overlay of OURDb

use the ourdb_fs implementation underneith which speaks with the ourdb

this is basically a filesystem interface for storing files into an ourdb.