(id: string)
| 607 | * Ad-hoc ids still log; they just don't get psychographic signal attribution. |
| 608 | */ |
| 609 | export function getQuestion(id: string): QuestionDef | undefined { |
| 610 | return (QUESTIONS as Record<string, QuestionDef>)[id]; |
| 611 | } |
| 612 | |
| 613 | /** Get all registered one-way door question ids (used by sensitivity checker) */ |
| 614 | export function getOneWayDoorIds(): Set<string> { |
no outgoing calls
no test coverage detected