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

Method apply_edits

aider/coders/base_coder.py:2428–2429  ·  view source on GitHub ↗
(self, edits)

Source from the content-addressed store, hash-verified

2426 return []
2427
2428 def apply_edits(self, edits):
2429 return
2430
2431 def apply_edits_dry_run(self, edits):
2432 return edits

Callers 1

apply_updatesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected