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

Method players_config

codeclash/viewer/app.py:292–294  ·  view source on GitHub ↗

Get players configuration

(self)

Source from the content-addressed store, hash-verified

290
291 @property
292 def players_config(self) -> list[dict[str, Any]]:
293 """Get players configuration"""
294 return self.get_path("config.players", [])
295
296 @property
297 def round_stats(self) -> dict[str, Any]:

Callers

nothing calls this directly

Calls 1

get_pathMethod · 0.95

Tested by

no test coverage detected