MCPcopy Create free account
hub / github.com/daisy/MathCAT / speak_mathml

Function speak_mathml

src/speech.rs:73–75  ·  view source on GitHub ↗
(mathml: Element, nav_node_id: &str)

Source from the content-addressed store, hash-verified

71}
72
73pub fn speak_mathml(mathml: Element, nav_node_id: &str) -> Result<String> {
74 return speak_rules(&SPEECH_RULES, mathml, nav_node_id);
75}
76
77pub fn overview_mathml(mathml: Element, nav_node_id: &str) -> Result<String> {
78 return speak_rules(&OVERVIEW_RULES, mathml, nav_node_id);

Callers 3

replaceMethod · 0.85
get_spoken_textFunction · 0.85
speakFunction · 0.85

Calls 1

speak_rulesFunction · 0.85

Tested by

no test coverage detected