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

Method metadata_path

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

Source from the content-addressed store, hash-verified

44
45 @property
46 def metadata_path(self) -> Path:
47 return self.tournament_path / "metadata.json"
48
49 def get_lm_name_self_opponent(self) -> tuple[str, str]:
50 metadata = json.loads(self.metadata_path.read_text())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected