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

Method get_context

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

Source from the content-addressed store, hash-verified

2155 }
2156
2157 pub fn get_context(&mut self) -> &mut Context<'c> {
2158 return &mut self.context_stack.base;
2159 }
2160
2161 pub fn get_document(&mut self) -> Document<'m> {
2162 return self.doc;

Callers 4

replaceMethod · 0.80
replace_stringMethod · 0.80
apply_navigation_rulesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected