Function oku_fs::fs::load_or_create_config

source ·
pub fn load_or_create_config(
) -> Result<OkuFsConfig, Box<dyn Error + Send + Sync>>
Expand description

Loads the configuration of the file system from disk, or creates a new configuration if none exists.

§Returns

The configuration of the file system.