MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / has

Method has

unity_cli/api/schema_cache.py:45–47  ·  view source on GitHub ↗

Check if schema is cached for this version.

(self, version: str)

Source from the content-addressed store, hash-verified

43 path.write_text(json.dumps(schema, ensure_ascii=False), encoding="utf-8")
44
45 def has(self, version: str) -> bool:
46 """Check if schema is cached for this version."""
47 return self._path(version).exists()

Calls 1

_pathMethod · 0.95