Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ UnInit
Method
UnInit
DSView/pv/appcontrol.cpp:141–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
void AppControl::UnInit()
142
{
143
// Destroy libsigrokdecode
144
srd_exit();
145
146
_session->uninit();
147
}
148
149
bool AppControl::TopWindowIsMaximized()
150
{
Callers
1
main
Function · 0.80
Calls
2
srd_exit
Function · 0.85
uninit
Method · 0.80
Tested by
no test coverage detected