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

Method _instance_needs_wait

relay/server.py:524–525  ·  view source on GitHub ↗
(self, instance: UnityInstance)

Source from the content-addressed store, hash-verified

522 return instance
523
524 def _instance_needs_wait(self, instance: UnityInstance) -> bool:
525 return instance.status in (InstanceStatus.RELOADING, InstanceStatus.DISCONNECTED) or not instance.is_connected
526
527 async def _wait_for_instance(
528 self,

Callers 2

_wait_for_instanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected