| 86 | environment_id: Uuid, |
| 87 | view: Entity<EnvironmentView>, |
| 88 | }, |
| 89 | } |
| 90 | |
| 91 | pub struct TabState { |
| 92 | pub id: TabId, |
| 93 | pub name: String, |
| 94 | pub is_custom_name: bool, |
| 95 | pub content: TabContent, |
| 96 | pub collection_id: Option<Uuid>, |
| 97 | } |
nothing calls this directly
no outgoing calls
no test coverage detected