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

Method abs_root_path

aider/repo.py:576–578  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

574 return self.normalize_path(path) in tracked_files
575
576 def abs_root_path(self, path):
577 res = Path(self.root) / path
578 return utils.safe_abs_path(res)
579
580 def get_dirty_files(self):
581 """

Callers 6

commitMethod · 0.95
cmd_lintMethod · 0.45
cmd_addMethod · 0.45
cmd_dropMethod · 0.45
cmd_lsMethod · 0.45
cmd_read_onlyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected