Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxIsConnected
Function
fxIsConnected
xs/platforms/esp/xsPlatform.c:529–532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
527
}
528
529
txBoolean fxIsConnected(txMachine* the)
530
{
531
return the->connection ? 1 : 0;
532
}
533
534
txBoolean fxIsReadable(txMachine* the)
535
{
Callers
1
fxParseScript
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected