Skip to main content

load

Function load 

Source
pub fn load(
    base_dir: Option<&Path>,
    cwd: &Path,
) -> Result<Option<Session>, SessionError>
Expand description

Read/decode without an editor, suitable for a blocking worker. Missing state and disabled persistence are ordinary absence, not errors.