Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Aider-AI/aider
/ MinimalCoder
Class
MinimalCoder
tests/basic/test_watch.py:8–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
7
8
class
MinimalCoder:
9
def
__init__(self, io):
10
self.io = io
11
self.root =
"."
12
self.abs_fnames = set()
13
14
def
get_rel_fname(self, fname):
15
return
fname
16
17
18
def
test_gitignore_patterns():
Callers
3
test_get_roots_to_watch
Function · 0.85
test_handle_changes
Function · 0.85
test_ai_comment_pattern
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_get_roots_to_watch
Function · 0.68
test_handle_changes
Function · 0.68
test_ai_comment_pattern
Function · 0.68