Look up the active profile for the current shell session, if any.
()
| 18 | |
| 19 | /// Look up the active profile for the current shell session, if any. |
| 20 | pub fn load_shell_session_profile() -> Result<Option<String>> { |
| 21 | shell_session_store::load::<String>(SessionKind::Profile) |
| 22 | } |
| 23 | |
| 24 | #[derive(Debug, Clone, Default, Deserialize, Serialize)] |
| 25 | #[serde(rename_all = "kebab-case")] |
no outgoing calls
no test coverage detected