Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2556
void fxLogout(txMachine* the)
2557
{
2558
if (!fxIsConnected(the))
2559
return;
2560
fxStopProfiling(the, C_NULL);
2561
fxDisconnect(the);
2562
}
2563
2564
void fxSelect(txMachine* the, txSlot* slot)
2565
{
Callers
3
fxDeleteMachine
Function · 0.85
fxShareMachine
Function · 0.85
fxDebugPushTag
Function · 0.85
Calls
3
fxStopProfiling
Function · 0.85
fxIsConnected
Function · 0.70
fxDisconnect
Function · 0.70
Tested by
no test coverage detected