MCPcopy Create free account
hub / github.com/crownengine/crown / device_message_quit

Function device_message_quit

src/device/device.cpp:349–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349static void device_message_quit(ConsoleServer &cs, u32 client_id, const char *json, void *user_data)
350{
351 CE_UNUSED_3(cs, client_id, json);
352 ((Device *)user_data)->quit();
353}
354
355static void device_message_refresh(ConsoleServer &cs, u32 client_id, const char *json, void *user_data)
356{

Callers

nothing calls this directly

Calls 1

quitMethod · 0.80

Tested by

no test coverage detected