Skip to main content

resolve_session

Function resolve_session 

Source
pub fn resolve_session(
    store: &SessionStore,
    cwd: &Path,
    resume: Option<&str>,
    continue_latest: bool,
) -> Result<Session, SessionError>