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

Function device_command_pause

src/device/device.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247};
248
249static void device_command_pause(ConsoleServer & /*cs*/, u32 /*client_id*/, const JsonArray & /*args*/, void * /*user_data*/)
250{
251 device()->pause();
252}
253
254static void device_command_unpause(ConsoleServer & /*cs*/, u32 /*client_id*/, const JsonArray & /*args*/, void * /*user_data*/)
255{

Callers

nothing calls this directly

Calls 2

deviceFunction · 0.85
pauseMethod · 0.45

Tested by

no test coverage detected