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

Method get_addable_relative_files

aider/coders/base_coder.py:2169–2173  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2167 return files
2168
2169 def get_addable_relative_files(self):
2170 all_files = set(self.get_all_relative_files())
2171 inchat_files = set(self.get_inchat_relative_files())
2172 read_only_files = set(self.get_rel_fname(fname) for fname in self.abs_read_only_fnames)
2173 return all_files - inchat_files - read_only_files
2174
2175 def check_for_dirty_commit(self, path):
2176 if not self.repo:

Callers 2

get_inputMethod · 0.95
get_file_mentionsMethod · 0.95

Calls 3

get_rel_fnameMethod · 0.95

Tested by

no test coverage detected