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

Method run

modules/show_diff.py:35–39  ·  view source on GitHub ↗

Run diff and update gutter icons and status message.

(self)

Source from the content-addressed store, hash-verified

33 self._clear_regions()
34
35 def run(self):
36 """Run diff and update gutter icons and status message."""
37 if not self._busy:
38 self._busy = True
39 self.git_handler.diff().then(self._check_ignored_or_untracked)
40
41 def _check_ignored_or_untracked(self, contents):
42 """Check diff result and invoke gutter and status message update.

Callers

nothing calls this directly

Calls 2

thenMethod · 0.80
diffMethod · 0.80

Tested by

no test coverage detected