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

Method get_document

src/speech.rs:2161–2163  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

2159 }
2160
2161 pub fn get_document(&mut self) -> Document<'m> {
2162 return self.doc;
2163 }
2164
2165 pub fn match_pattern<T:TreeOrString<'c, 'm, T>>(&'r mut self, mathml: Element<'c>) -> Result<T> {
2166 // debug!("Looking for a match for: \n{}", mml_to_string(&mathml));

Callers 4

replaceMethod · 0.80
build_intentFunction · 0.80
build_functionFunction · 0.80
speakFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected