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

Method reset_start_time

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

Source from the content-addressed store, hash-verified

135 // see issue #15701 <https://github.com/rust-lang/rust/issues/15701> for more information
136 #[cfg(target_family = "wasm")]
137 fn reset_start_time(&mut self) {
138 self.where_am_i_start_time = 0; // FIX: for web
139 }
140
141 #[cfg(not(target_family = "wasm"))]
142 fn reset_start_time(&mut self) {

Callers 1

resetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected