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

Class GameMetadata

codeclash/viewer/app.py:469–477  ·  view source on GitHub ↗

Metadata about a game session

Source from the content-addressed store, hash-verified

467
468@dataclass
469class GameMetadata:
470 """Metadata about a game session"""
471
472 results: dict[str, Any]
473 main_log_path: str
474 metadata_file_path: str
475 rounds: list[dict[str, Any]]
476 agent_info: list[AgentInfo] | None = None
477 all_logs: dict[str, dict[str, str]] | None = None # {log_type: {"path": path}} - content loaded on demand
478
479
480def process_round_results(

Callers 1

parse_game_metadataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected