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

Method count

relay/instance_registry.py:468–470  ·  view source on GitHub ↗

Number of registered instances

(self)

Source from the content-addressed store, hash-verified

466
467 @property
468 def count(self) -> int:
469 """Number of registered instances"""
470 return len(self._instances)
471
472 @property
473 def connected_count(self) -> int:

Callers 1

parse_similarity_reportFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected