MCPcopy
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
8class 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
18def test_gitignore_patterns():

Callers 3

test_get_roots_to_watchFunction · 0.85
test_handle_changesFunction · 0.85
test_ai_comment_patternFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_get_roots_to_watchFunction · 0.68
test_handle_changesFunction · 0.68
test_ai_comment_patternFunction · 0.68