Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ is_file
Method
is_file
DSView/pv/deviceagent.h:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
struct sr_dev_inst* inst();
65
66
inline bool is_file(){
67
return _dev_type == DEV_TYPE_FILELOG;
68
}
69
70
inline bool is_demo(){
71
return _dev_type == DEV_TYPE_DEMO;
Callers
5
set_device
Method · 0.45
action_start_capture
Method · 0.45
feed_in_dso
Method · 0.45
check_config_file_version
Method · 0.45
OnMessage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected