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

Function xs_digital_close

modules/pins/digital/digital.c:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void xs_digital_close(xsMachine *the)
113{
114 xs_digital_destructor(xsmcGetHostChunk(xsThis));
115 xsmcSetHostData(xsThis, NULL);
116}
117
118void xs_digital_mode(xsMachine *the)
119{

Callers

nothing calls this directly

Calls 1

xs_digital_destructorFunction · 0.85

Tested by

no test coverage detected