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

Method is_valid

codeclash/viewer/app.py:241–243  ·  view source on GitHub ↗

Check if metadata was loaded successfully

(self)

Source from the content-addressed store, hash-verified

239
240 @property
241 def is_valid(self) -> bool:
242 """Check if metadata was loaded successfully"""
243 return bool(self._data)
244
245 @property
246 def total_rounds(self) -> int | None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected