MCPcopy 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
529txBoolean fxIsConnected(txMachine* the)
530{
531 return the->connection ? 1 : 0;
532}
533
534txBoolean fxIsReadable(txMachine* the)
535{

Callers 1

fxParseScriptFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected