MCPcopy Create free account
hub / github.com/bajrangCoder/setu / ImportSummary

Class ImportSummary

src/views/main_view.rs:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 environment_id: Uuid,
87 view: Entity<EnvironmentView>,
88 },
89}
90
91pub 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected