MCPcopy
hub / github.com/gitless-vcs/gitless / status_file

Method status_file

gitless/core.py:782–784  ·  view source on GitHub ↗

Return the status (see FileStatus) of the given path.

(self, path)

Source from the content-addressed store, hash-verified

780 fp, GL_STATUS_UNTRACKED, True, exists_in_wd, True, False)
781
782 def status_file(self, path):
783 """Return the status (see FileStatus) of the given path."""
784 return self._status_file(path)[0]
785
786 def _status_file(self, path):
787 _check_path_is_repo_relative(path)

Callers 15

_status_fileMethod · 0.80
_do_partial_selectionFunction · 0.80
_auto_trackFunction · 0.80
validateFunction · 0.80
mainFunction · 0.80
test_status_modifyMethod · 0.80
test_status_rmMethod · 0.80
test_status_track_rmMethod · 0.80

Calls 1

_status_fileMethod · 0.95