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

Function fxLogout

xs/sources/xsDebug.c:2556–2562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2554}
2555
2556void fxLogout(txMachine* the)
2557{
2558 if (!fxIsConnected(the))
2559 return;
2560 fxStopProfiling(the, C_NULL);
2561 fxDisconnect(the);
2562}
2563
2564void fxSelect(txMachine* the, txSlot* slot)
2565{

Callers 3

fxDeleteMachineFunction · 0.85
fxShareMachineFunction · 0.85
fxDebugPushTagFunction · 0.85

Calls 3

fxStopProfilingFunction · 0.85
fxIsConnectedFunction · 0.70
fxDisconnectFunction · 0.70

Tested by

no test coverage detected