(state: QuestionBodyState)
| 72 | } |
| 73 | |
| 74 | export function questionInput(state: QuestionBodyState): string { |
| 75 | return state.custom[state.tab] ?? "" |
| 76 | } |
| 77 | |
| 78 | export function questionPicked(state: QuestionBodyState): boolean { |
| 79 | const value = questionInput(state) |
no outgoing calls
no test coverage detected