MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / mainRepliesLoop

Function mainRepliesLoop

src/server/lcdapi/api/LCDClient.cpp:299–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299void *mainRepliesLoop(void *param)
300{
301 LCDClient *client = static_cast<LCDClient*>(param);
302 client->mainLoop();
303
304 return NULL;
305}
306
307void *handleKeyEvent(void *param)
308{

Callers

nothing calls this directly

Calls 1

mainLoopMethod · 0.80

Tested by

no test coverage detected