| 1059 | } |
| 1060 | |
| 1061 | void 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 | |
| 1070 | void PiuDebugMachineParseDataContinue(PiuDebugMachine self) |
| 1071 | { |
no outgoing calls
no test coverage detected