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

Method end

codeclash/arenas/arena.py:176–181  ·  view source on GitHub ↗
(self, cleanup: bool = False)

Source from the content-addressed store, hash-verified

174 dest_path=self.log_round(round_num),
175 )
176
177 # Remove logs from container to save space
178 assert_zero_exit_code(
179 self.environment.execute(f"rm -rf {self.log_env}"),
180 logger=self.logger,
181 )
182
183 def end(self, cleanup: bool = False):
184 if cleanup:

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected