MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / srd_session_destroy_cb

Function srd_session_destroy_cb

libsigrokdecode4DSL/srd.c:270–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270static void srd_session_destroy_cb(void *arg, void *ignored)
271{
272 (void)ignored; // Prevent unused warning
273 srd_session_destroy((struct srd_session *)arg);
274}
275
276/**
277 * Shutdown libsigrokdecode.

Callers

nothing calls this directly

Calls 1

srd_session_destroyFunction · 0.85

Tested by

no test coverage detected