MCPcopy
hub / github.com/Aider-AI/aider / is_dirty

Method is_dirty

aider/repo.py:597–601  ·  view source on GitHub ↗
(self, path=None)

Source from the content-addressed store, hash-verified

595 return list(dirty_files)
596
597 def is_dirty(self, path=None):
598 if path and not self.path_in_repo(path):
599 return True
600
601 return self.repo.is_dirty(path=path)
602
603 def get_head_commit(self):
604 try:

Callers 9

mainFunction · 0.80
commitMethod · 0.80
raw_cmd_commitMethod · 0.80
cmd_lintMethod · 0.80
raw_cmd_undoMethod · 0.80
test_cmd_commitMethod · 0.80

Calls 1

path_in_repoMethod · 0.95

Tested by 3

test_cmd_commitMethod · 0.64