MCPcopy Create free account
hub / github.com/GCWing/BitFun / len

Method len

src/apps/cli/src/ui/skill_selector.rs:169–174  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

167 }
168
169 fn len(&self) -> usize {
170 match self.screen {
171 SkillSelectorScreen::Menu => 2,
172 SkillSelectorScreen::List | SkillSelectorScreen::Configure => self.items.len(),
173 }
174 }
175
176 /// Render the skill selector popup as an overlay
177 pub fn render(&mut self, frame: &mut Frame, area: Rect, theme: &Theme) {

Callers 15

do_cleanup_log_sessionsFunction · 0.45
generate_init_scriptMethod · 0.45
group_search_resultsFunction · 0.45
execute_toolFunction · 0.45
restore_session_viewFunction · 0.45
session_to_responseFunction · 0.45
get_work_state_summaryFunction · 0.45

Calls

no outgoing calls

Tested by 1