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

Method reset

src/navigate.rs:124–130  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

122 }
123
124 pub fn reset(&mut self) {
125 self.position_stack.clear();
126 self.command_stack.clear();
127 self.where_am_i = NavigationPosition::default();
128 self.reset_start_time()
129
130 }
131
132
133 // defining reset_start_time because of the following message if done inline

Callers 1

set_mathmlFunction · 0.80

Calls 1

reset_start_timeMethod · 0.80

Tested by

no test coverage detected