MCPcopy Create free account
hub / github.com/Ropedia/SpatialBench / _first_client

Function _first_client

benchmark/models/r3/view.py:533–537  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

531
532 # --- Helpers -----------------------------------------------------------------
533 def _first_client():
534 clients = server.get_clients()
535 if not clients:
536 return None
537 return next(iter(clients.values()))
538
539 def _clear_scene():
540 state["playing"] = False

Callers 2

_cbFunction · 0.85
_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected