MCPcopy 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 */
370SR_PRIV int sr_source_remove(int fd)
371{
372 return sr_session_source_remove(fd);
373}
374
375/** @private */
376SR_PRIV int sr_source_add(int fd, int events, int timeout,

Callers 3

remove_sourcesFunction · 0.85
remove_sourcesFunction · 0.85

Calls 1

sr_session_source_removeFunction · 0.85

Tested by

no test coverage detected