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

Function PiuDebugMachineParseDataEnd

tools/xsbug/DebugBehavior.c:1080–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1078}
1079
1080void PiuDebugMachineParseDataEnd(PiuDebugMachine self)
1081{
1082 xsMachine* the = self->the;
1083 if (self->logging) {
1084 xsResult = xsGet(self->listSlot, xsID_data);
1085 fxConcatStringC(the, mxResult, self->data);
1086 PiuDebugMachineParseString(self, xsToString(xsResult));
1087 xsSet(self->listSlot, xsID_data, xsResult);
1088 }
1089}
1090
1091void PiuDebugMachineParseProcessingInstruction(PiuDebugMachine self, char* p)
1092{

Callers 1

PiuDebugMachineParseFunction · 0.85

Calls 2

fxConcatStringCFunction · 0.85

Tested by

no test coverage detected