Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ handler
Function
handler
tools/serial2xsbug/serial2xsbug_lin.c:275–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
static txSerialToolRecord tool;
274
275
static void handler(int s) {
276
txSerialTool self = &tool;
277
fxCloseSerial(self);
278
exit(0);
279
}
280
281
int main(int argc, char* argv[])
282
{
Callers
nothing calls this directly
Calls
1
fxCloseSerial
Function · 0.70
Tested by
no test coverage detected