Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ ~MainWindow
Method
~MainWindow
lib/hidapi/testgui/test.cpp:196–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
MainWindow::~MainWindow()
197
{
198
if (connected_device)
199
hid_close(connected_device);
200
hid_exit();
201
delete title_font;
202
}
203
204
void
205
MainWindow::create()
Callers
nothing calls this directly
Calls
1
hid_close
Function · 0.50
Tested by
no test coverage detected