MCPcopy Create free account
hub / github.com/ddnet/ddnet / command

Method command

scripts/integration_test.py:455–458  ·  view source on GitHub ↗
(self, command)

Source from the content-addressed store, hash-verified

453 test_env.num_clients += 1
454
455 def command(self, command):
456 if self.fifo is None:
457 self.fifo = open_fifo(self.fifo_path)
458 self.fifo.write(f"{command}\n")
459
460 def exit(self):
461 self.command("quit")

Callers 5

exitMethod · 0.95
client_can_connectFunction · 0.45
client_can_connect_7Function · 0.45
open_editorFunction · 0.45
smoke_testFunction · 0.45

Calls 1

open_fifoFunction · 0.85

Tested by

no test coverage detected