MCPcopy Create free account
hub / github.com/Syncplay/syncplay / executeCommand

Method executeCommand

syncplay/ui/gui.py:1428–1430  ·  view source on GitHub ↗
(self, command)

Source from the content-addressed store, hash-verified

1426 self._syncplayClient.fileSwitch.updateInfo()
1427
1428 def executeCommand(self, command):
1429 self.showMessage("/{}".format(command))
1430 self.console.executeCommand(command)
1431
1432 def sendChatMessage(self):
1433 chatText = self.chatInput.text()

Callers 1

sendChatMessageMethod · 0.95

Calls 1

showMessageMethod · 0.95

Tested by

no test coverage detected