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

Method total_rounds

codeclash/viewer/app.py:246–248  ·  view source on GitHub ↗

Get total number of rounds from config

(self)

Source from the content-addressed store, hash-verified

244
245 @property
246 def total_rounds(self) -> int | None:
247 """Get total number of rounds from config"""
248 return self.get_path("config.tournament.rounds")
249
250 @property
251 def completed_rounds(self) -> int:

Callers

nothing calls this directly

Calls 1

get_pathMethod · 0.95

Tested by

no test coverage detected