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

Function overview_mathml

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

Source from the content-addressed store, hash-verified

75}
76
77pub fn overview_mathml(mathml: Element, nav_node_id: &str) -> Result<String> {
78 return speak_rules(&OVERVIEW_RULES, mathml, nav_node_id);
79}
80
81
82fn intent_rules<'m>(rules: &'static std::thread::LocalKey<RefCell<SpeechRules>>, doc: Document<'m>, mathml: Element, nav_node_id: &'m str) -> Result<Element<'m>> {

Callers 2

get_overview_textFunction · 0.85
speakFunction · 0.85

Calls 1

speak_rulesFunction · 0.85

Tested by

no test coverage detected