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

Method clear_highlight

objdiff-gui/src/views/function_diff.rs:68–71  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

66 }
67
68 pub fn clear_highlight(&mut self) {
69 self.left_highlight = HighlightKind::None;
70 self.right_highlight = HighlightKind::None;
71 }
72}
73
74fn ins_hover_ui(

Callers 1

post_updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected