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

Function fxInNetworkDebugLoop

xs/platforms/esp/xsPlatform.c:121–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121uint8_t fxInNetworkDebugLoop(txMachine *the)
122{
123#ifdef mxDebug
124 return the->DEBUG_LOOP && the->connection && (kSerialConnection != the->connection);
125#else
126 return 0;
127#endif
128}
129
130void fx_putc(void *refcon, char c)
131{

Callers 7

didReceiveFunction · 0.50
didReceiveUDPFunction · 0.50
didAcceptFunction · 0.50
udpReceiveFunction · 0.50
tcpReceiveFunction · 0.50
listenerAcceptFunction · 0.50
udpReceiveFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected