()
| 22 | } |
| 23 | |
| 24 | fn init() -> HashMap<QuestionId, Question> { |
| 25 | let file = include_str!("../questions.json"); |
| 26 | serde_json::from_str(file).expect("can't read questions.json") |
| 27 | } |
| 28 | } |
nothing calls this directly
no outgoing calls
no test coverage detected