MCPcopy
hub / github.com/jisaacks/GitGutter / clear

Method clear

modules/show_diff.py:30–33  ·  view source on GitHub ↗

Remove all gutter icons and status messages.

(self)

Source from the content-addressed store, hash-verified

28 self.clear()
29
30 def clear(self):
31 """Remove all gutter icons and status messages."""
32 self.git_handler.view.erase_status('00_git_gutter')
33 self._clear_regions()
34
35 def run(self):
36 """Run diff and update gutter icons and status message."""

Callers 3

__del__Method · 0.95
is_enabledMethod · 0.80
runMethod · 0.80

Calls 1

_clear_regionsMethod · 0.95

Tested by

no test coverage detected