Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
299
void *mainRepliesLoop(void *param)
300
{
301
LCDClient *client = static_cast<LCDClient*>(param);
302
client->mainLoop();
303
304
return NULL;
305
}
306
307
void *handleKeyEvent(void *param)
308
{
Callers
nothing calls this directly
Calls
1
mainLoop
Method · 0.80
Tested by
no test coverage detected