(&self)
| 50 | /// Get the coordinator (for advanced operations like list_sessions, get_messages) |
| 51 | #[allow(dead_code)] |
| 52 | pub fn coordinator(&self) -> &Arc<ConversationCoordinator> { |
| 53 | &self.coordinator |
| 54 | } |
| 55 | |
| 56 | pub fn workspace_path_buf(&self) -> PathBuf { |
| 57 | self.workspace_path |
no outgoing calls
no test coverage detected