Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DreamSourceLab/DSView
/ have_enabled_channel
Method
have_enabled_channel
DSView/pv/deviceagent.cpp:218–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
}
217
218
bool DeviceAgent::have_enabled_channel()
219
{
220
assert(_dev_handle);
221
return ds_channel_is_enabled() > 0;
222
}
223
224
void DeviceAgent::config_changed()
225
{
Callers
1
exec_capture
Method · 0.80
Calls
1
ds_channel_is_enabled
Function · 0.85
Tested by
no test coverage detected