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

Method get_edits

aider/coders/base_coder.py:2425–2426  ·  view source on GitHub ↗
(self, mode="update")

Source from the content-addressed store, hash-verified

2423 return True
2424
2425 def get_edits(self, mode="update"):
2426 return []
2427
2428 def apply_edits(self, edits):
2429 return

Callers 1

apply_updatesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected