Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ sr_source_remove
Function
sr_source_remove
libsigrok4DSL/hwdriver.c:370–373 ·
view source on GitHub ↗
@private */
Source
from the content-addressed store, hash-verified
368
369
/** @private */
370
SR_PRIV int sr_source_remove(int fd)
371
{
372
return sr_session_source_remove(fd);
373
}
374
375
/** @private */
376
SR_PRIV int sr_source_add(int fd, int events, int timeout,
Callers
3
std_hw_dev_acquisition_stop_serial
Function · 0.85
remove_sources
Function · 0.85
remove_sources
Function · 0.85
Calls
1
sr_session_source_remove
Function · 0.85
Tested by
no test coverage detected