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

Method bind_untracked

modules/show_diff.py:72–76  ·  view source on GitHub ↗
(is_untracked)

Source from the content-addressed store, hash-verified

70 self._bind_files(event)
71 else:
72 def bind_untracked(is_untracked):
73 event = 'untracked' if is_untracked else 'inserted'
74 self._update_status(event, (0, 0, [], [], []))
75 if show_untracked:
76 self._bind_files(event)
77 self.git_handler.untracked().then(bind_untracked)
78 self.git_handler.ignored().then(bind_ignored_or_untracked)
79 else:

Callers

nothing calls this directly

Calls 2

_update_statusMethod · 0.95
_bind_filesMethod · 0.95

Tested by

no test coverage detected