Load the active runner mode(s) for the current shell session, or an empty vector if none has been set.
()
| 23 | /// Load the active runner mode(s) for the current shell session, or |
| 24 | /// an empty vector if none has been set. |
| 25 | pub(crate) fn load_shell_session_mode() -> Result<Vec<RunnerMode>> { |
| 26 | Ok(shell_session_store::load::<Vec<RunnerMode>>(SessionKind::Mode)?.unwrap_or_default()) |
| 27 | } |
no outgoing calls
no test coverage detected