Search
Virtual Filesystem
@type kind() :: :real | :virt
@type t() :: %Virtfs.FS{ backend: Virtfs.Behaviour, cwd: String.t(), files: map() | nil, kind: kind() }