Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ ~DecoderOptionsDlg
Method
~DecoderOptionsDlg
DSView/pv/dialogs/decoderoptionsdlg.cpp:67–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
DecoderOptionsDlg::~DecoderOptionsDlg()
68
{
69
for(auto p : _bindings){
70
delete p;
71
}
72
_bindings.clear();
73
}
74
75
void DecoderOptionsDlg::load_options(view::DecodeTrace *trace)
76
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected