Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
commit
Method · 0.95
cmd_lint
Method · 0.45
cmd_add
Method · 0.45
cmd_drop
Method · 0.45
cmd_ls
Method · 0.45
cmd_read_only
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected