MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / xs_mp3_close

Function xs_mp3_close

modules/data/mp3/mp3.c:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void xs_mp3_close(xsMachine *the)
67{
68 xsMP3 mp3 = xsmcGetHostData(xsThis);
69 xs_mp3_destructor(mp3);
70 xsmcSetHostData(xsThis, NULL);
71}
72
73static enum mad_flow output(void *s, struct mad_header const *header, struct mad_pcm *pcm)
74{

Callers

nothing calls this directly

Calls 1

xs_mp3_destructorFunction · 0.85

Tested by

no test coverage detected