VirtualFs::Vfs
Instance methods
clear_cache
Sourceclose
Sourcefinalize
Sourcemanifest
Sourcemount(path : String, mount_point : String = "/", *, priority : Int32 = 0, codec : Symbol = :none, key_provider : Crypto::KeyProvider | Nil = nil, cipher : String = "aes-256-gcm", case_insensitive : Bool = false, cache_max : Int32 = BlockStore::DEFAULT_CACHE_MAX) : MountId
Sourcemount(container : Container, mount_point : String, *, priority : Int32 = 0, codec : Symbol = :none, key_provider : Crypto::KeyProvider | Nil = nil, cipher : String = "aes-256-gcm", case_insensitive : Bool = false, cache_max : Int32 = BlockStore::DEFAULT_CACHE_MAX) : MountId
Sourcemounts
Sourceunmount(id : MountId) : Nil
Sourcewrite_dir=(container : Container) : Nil
Source