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

Method instance_id

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

Source from the content-addressed store, hash-verified

36
37 @property
38 def instance_id(self) -> str:
39 return f"{self.tournament_name}__{self.player_name}__r{self.round_number}"
40
41 @property
42 def tournament_path(self) -> Path:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected