MCPcopy 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
141void AppControl::UnInit()
142{
143 // Destroy libsigrokdecode
144 srd_exit();
145
146 _session->uninit();
147}
148
149bool AppControl::TopWindowIsMaximized()
150{

Callers 1

mainFunction · 0.80

Calls 2

srd_exitFunction · 0.85
uninitMethod · 0.80

Tested by

no test coverage detected