(source: &CoreSessionSource)
| 287 | } |
| 288 | |
| 289 | fn format_session_source(source: &CoreSessionSource) -> String { |
| 290 | match source { |
| 291 | CoreSessionSource::Manual => "manual".to_string(), |
| 292 | CoreSessionSource::Agent => "agent".to_string(), |
| 293 | } |
| 294 | } |
| 295 | |
| 296 | #[tauri::command] |
| 297 | pub async fn terminal_get_shells( |
no outgoing calls
no test coverage detected