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

Method config

codeclash/analysis/matrix.py:65–67  ·  view source on GitHub ↗

Game configuration from PvP metadata.

(self)

Source from the content-addressed store, hash-verified

63
64 @property
65 def config(self) -> dict:
66 """Game configuration from PvP metadata."""
67 return self.metadata["config"]
68
69 @property
70 def rounds(self) -> int:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected