MCPcopy Index your code
hub / github.com/gitless-vcs/gitless / path_is_ignored

Method path_is_ignored

gitless/core.py:801–805  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

799 return f_st, git_st, is_au
800
801 def path_is_ignored(self, path):
802 _check_path_is_repo_relative(path)
803
804 git_path = _get_git_path(path)
805 return self.gl_repo.git_repo.path_is_ignored(git_path)
806
807
808 # File-related methods

Callers

nothing calls this directly

Calls 2

_get_git_pathFunction · 0.85

Tested by

no test coverage detected