Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Aider-AI/aider
/ add_rel_fname
Method
add_rel_fname
aider/coders/base_coder.py:556–558 ·
view source on GitHub ↗
(self, rel_fname)
Source
from the content-addressed store, hash-verified
554
bold = False
555
556
def
add_rel_fname(self, rel_fname):
557
self.abs_fnames.add(self.abs_root_path(rel_fname))
558
self.check_added_files()
559
560
def
drop_rel_fname(self, fname):
561
abs_fname = self.abs_root_path(fname)
Callers
5
check_for_file_mentions
Method · 0.95
cmd_lint
Method · 0.80
do_add_files
Method · 0.80
reply_completed
Method · 0.80
test_skip_duplicate_basename_mentions
Method · 0.80
Calls
2
abs_root_path
Method · 0.95
check_added_files
Method · 0.95
Tested by
1
test_skip_duplicate_basename_mentions
Method · 0.64