Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeClash-ai/CodeClash
/ log_round
Method
log_round
codeclash/arenas/arena.py:183–184 ·
view source on GitHub ↗
(self, round_num: int)
Source
from the content-addressed store, hash-verified
181
)
182
183
def
end(self, cleanup: bool = False):
184
if
cleanup:
185
for
artifact in self.artifacts:
186
if
artifact.exists():
187
subprocess.run(f
"rm -rf {artifact}"
, shell=True)
Callers
15
copy_logs_from_env
Method · 0.95
get_results
Method · 0.80
get_results
Method · 0.80
get_results
Method · 0.80
get_results
Method · 0.80
get_results
Method · 0.80
get_results
Method · 0.80
get_results
Method · 0.80
get_results
Method · 0.80
get_results
Method · 0.80
get_results
Method · 0.80
get_results
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected