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

Function PiuDebugMachineParseDataBegin

tools/xsbug/DebugBehavior.c:1061–1068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059}
1060
1061void PiuDebugMachineParseDataBegin(PiuDebugMachine self)
1062{
1063 xsMachine* the = self->the;
1064 if (self->logging) {
1065 xsResult = xsString("");
1066 xsSet(self->listSlot, xsID_data, xsResult);
1067 }
1068}
1069
1070void PiuDebugMachineParseDataContinue(PiuDebugMachine self)
1071{

Callers 1

PiuDebugMachineParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected