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

Function elo

codeclash/cli/rank.py:54–56  ·  view source on GitHub ↗

Passthrough to `python -m codeclash.analysis.metrics.elo` (rich analysis + plots).

(ctx: typer.Context)

Source from the content-addressed store, hash-verified

52 ),
53)
54def elo(ctx: typer.Context):
55 """Passthrough to `python -m codeclash.analysis.metrics.elo` (rich analysis + plots)."""
56 raise SystemExit(subprocess.run([sys.executable, "-m", "codeclash.analysis.metrics.elo", *ctx.args]).returncode)

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected