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

Function xs_serial_format_set

modules/io/serial/mac/serial.c:315–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315void xs_serial_format_set(xsMachine *the)
316{
317 xsSerial s = xsmcGetHostData(xsThis);
318 if (!s) return;
319 fxSerialSetFormat(the, s, xsmcToString(xsArg(0)));
320}
321
322void xs_serial_purge(xsMachine *the)
323{

Callers

nothing calls this directly

Calls 1

fxSerialSetFormatFunction · 0.85

Tested by

no test coverage detected