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

Function PiuDebugMachine_close

tools/xsbug/DebugBehavior.c:1425–1431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1423}
1424
1425void PiuDebugMachine_close(xsMachine* the)
1426{
1427 PiuDebugMachine self = xsGetHostData(xsThis);
1428 PiuDebugMachineDelete(self);
1429 xsSetHostData(xsThis, NULL);
1430 (void)xsCall0(xsThis, xsID_onDisconnected);
1431}
1432
1433void PiuDebugMachine_doBinaryCommandAux(xsMachine* the)
1434{

Callers

nothing calls this directly

Calls 1

PiuDebugMachineDeleteFunction · 0.85

Tested by

no test coverage detected