Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ get_collect_mode
Method
get_collect_mode
DSView/pv/sigsession.h:338–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
void set_collect_mode(DEVICE_COLLECT_MODE m);
337
338
inline int get_collect_mode(){
339
return (int)_clt_mode;
340
}
341
342
inline bool is_repeat_mode(){
343
return _clt_mode == COLLECT_REPEAT;
Callers
1
gen_config_json
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected