Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Aider-AI/aider
/ get_inchat_relative_files
Method
get_inchat_relative_files
aider/coders/base_coder.py:2143–2145 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2141
return
fname
2142
2143
def
get_inchat_relative_files(self):
2144
files = [self.get_rel_fname(fname)
for
fname in self.abs_fnames]
2145
return
sorted(set(files))
2146
2147
def
is_file_safe(self, fname):
2148
try
:
Callers
14
get_announcements
Method · 0.95
get_input
Method · 0.95
get_file_mentions
Method · 0.95
get_all_relative_files
Method · 0.95
get_addable_relative_files
Method · 0.95
cmd_lint
Method · 0.45
completions_add
Method · 0.45
completions_drop
Method · 0.45
do_add_files
Method · 0.45
initialize_state
Method · 0.45
get_edits
Method · 0.45
get_edits
Method · 0.45
Calls
1
get_rel_fname
Method · 0.95
Tested by
no test coverage detected