pub fn get_missing_session_cwd_issue(
source: &dyn SessionCwdSource,
fallback_cwd: &str,
) -> Option<SessionCwdIssue>Expand description
Check whether the session’s stored CWD is missing.
Returns Some(SessionCwdIssue) if the session has a CWD recorded but the
directory no longer exists on disk.