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

Function PiuDebugSerialParse

tools/xsbug/DebugBehavior.c:1700–1708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1698}
1699
1700void PiuDebugSerialParse(xsMachine* the)
1701{
1702 PiuDebugMachine self = xsGetHostData(xsThis);
1703 char* string = xsToArrayBuffer(xsArg(0));
1704 int length = xsGetArrayBufferLength(xsArg(0));
1705 xsVars(4);
1706// fprintf(stderr, "%.*s\n", length, string);
1707 PiuDebugMachineParse(self, string, length);
1708}

Callers

nothing calls this directly

Calls 1

PiuDebugMachineParseFunction · 0.85

Tested by

no test coverage detected