MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / _save

Method _save

codeclash/tournaments/pvp.py:160–165  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

158 for future in futures:
159 try:
160 future.result()
161 except Exception as e:
162 self.logger.critical(f"Agent execution failed: {e}", exc_info=True)
163 raise
164
165 self._save()
166 self.logger.info("Round completed.")
167
168 def run_agent(self, agent: Player, round_num: int) -> None:

Callers 3

run_competition_phaseMethod · 0.95
run_edit_phaseMethod · 0.95
endMethod · 0.95

Calls 4

get_metadataMethod · 0.95
atomic_writeFunction · 0.90
is_running_in_aws_batchFunction · 0.90
s3_log_syncFunction · 0.90

Tested by

no test coverage detected