MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / is_working

Method is_working

DSView/pv/sigsession.h:319–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317 }
318
319 inline bool is_working(){
320 return _is_working || _device_status == ST_RUNNING;
321 }
322
323 inline bool is_init_status(){
324 return _device_status == ST_INIT;

Callers 15

on_saveMethod · 0.80
on_exportMethod · 0.80
confirm_to_store_dataMethod · 0.80
OnMessageMethod · 0.80
mousePressEventMethod · 0.80
changeColorMethod · 0.80
mouseMoveEventMethod · 0.80
set_trig_posMethod · 0.80
measureMethod · 0.80
update_view_statusMethod · 0.80
update_view_statusMethod · 0.80
retranslateUiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected