MCPcopy Index your code
hub / github.com/Aider-AI/aider / copy_context

Method copy_context

aider/coders/base_coder.py:894–896  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

892 return
893
894 def copy_context(self):
895 if self.auto_copy_context:
896 self.commands.cmd_copy_context()
897
898 def get_input(self):
899 inchat_files = self.get_inchat_relative_files()

Callers 1

runMethod · 0.95

Calls 1

cmd_copy_contextMethod · 0.80

Tested by

no test coverage detected