MCPcopy Index your code
hub / github.com/encounter/objdiff / clear_selection

Method clear_selection

objdiff-gui/src/app.rs:390–394  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

388 }
389
390 pub fn clear_selection(&mut self) {
391 self.selecting_left = None;
392 self.selecting_right = None;
393 self.queue_reload = true;
394 }
395
396 pub fn clear_mappings(&mut self) {
397 self.selecting_left = None;

Callers 1

post_updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected