MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / connected

Method connected

test/python/binding_test.py:605–607  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

603 return True
604
605 def connected(self) -> bool:
606 print("on MyController.connected")
607 return True
608
609 def request_uuid(self) -> str:
610 print(" on MyController.request_uuid")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected