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

Method current_question

src/apps/cli/src/ui/question.rs:151–153  ·  view source on GitHub ↗

Current question (None if on confirm page)

(&self)

Source from the content-addressed store, hash-verified

149
150 /// Current question (None if on confirm page)
151 fn current_question(&self) -> Option<&QuestionData> {
152 self.questions.get(self.current_tab)
153 }
154
155 /// Total selectable items for current question (options + "Other")
156 fn total_options(&self) -> usize {

Callers 4

total_optionsMethod · 0.80
is_other_selectedMethod · 0.80
render_question_pageFunction · 0.80
render_question_hint_barFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected