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

Method is_repeat_mode

DSView/pv/sigsession.h:342–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 }
341
342 inline bool is_repeat_mode(){
343 return _clt_mode == COLLECT_REPEAT;
344 }
345
346 inline bool is_single_mode(){
347 return _clt_mode == COLLECT_SINGLE;

Callers 4

doPaintMethod · 0.80
paintProgressMethod · 0.80
set_receive_lenMethod · 0.80
update_mode_iconMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected