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

Method __init__

codeclash/viewer/app.py:559–561  ·  view source on GitHub ↗
(self, log_dir: Path)

Source from the content-addressed store, hash-verified

557 """Parses game log files into structured data"""
558
559 def __init__(self, log_dir: Path):
560 self.log_dir = Path(log_dir)
561 self._cached_metadata: Metadata | None = None
562
563 def _get_metadata(self) -> Metadata:
564 """Get cached metadata or load it if not cached"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected