Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doPaint
Method · 0.80
paintProgress
Method · 0.80
set_receive_len
Method · 0.80
update_mode_icon
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected