MCPcopy Create free account
hub / github.com/Warzone2100/warzone2100 / wz_command_interface

Function wz_command_interface

src/stdinreader.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96static bool hasQueuedRoomStatusJSONOutput = false;
97
98inline WZ_Command_Interface wz_command_interface()
99{
100 return wz_cmd_interface;
101}
102
103static WZ_THREAD *cmdInputThread = nullptr;
104static WZ_THREAD *cmdOutputThread = nullptr;

Callers 4

cmdInterfaceThreadInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected