Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bajrangCoder/setu
/ active
Method
active
src/components/panel_tab.rs:25–28 ·
view source on GitHub ↗
(mut self, active: bool)
Source
from the content-addressed store, hash-verified
23
on_click: None,
24
}
25
}
26
27
pub fn active(mut self, active: bool) -> Self {
28
self.is_active = active;
29
self
30
}
31
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected