Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ main
Function
main
lib/hidapi/testgui/test.cpp:524–532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
522
}
523
524
int main(int argc, char **argv)
525
{
526
FXApp app(
"HIDAPI Test Application"
,
"Signal 11 Software"
);
527
app.init(argc, argv);
528
g_main_window = new MainWindow(&app);
529
app.create();
530
app.run();
531
return 0;
532
}
Callers
nothing calls this directly
Calls
3
init
Method · 0.45
create
Method · 0.45
run
Method · 0.45
Tested by
no test coverage detected