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

Function main

codeclash/cli/app.py:96–98  ·  view source on GitHub ↗

Console-script entrypoint (`codeclash`).

()

Source from the content-addressed store, hash-verified

94 else:
95 return output_dir / folder_name
96
97 full_output_dir = get_output_path()
98 tournament = PvpTournament(config, output_dir=full_output_dir, cleanup=cleanup, keep_containers=keep_containers)
99 tournament.run()
100
101

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected