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

Method game_name

codeclash/analysis/llm_as_judge/utils.py:34–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32
33 @property
34 def game_name(self) -> str:
35 return self.tournament_name.split(".")[1]
36
37 @property
38 def instance_id(self) -> str:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected