Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DreamSourceLab/DSView
/ ~SigSession
Method
~SigSession
DSView/pv/sigsession.cpp:140–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
SigSession::~SigSession()
141
{
142
for(auto p : _data_list){
143
p->clear();
144
delete p;
145
}
146
_data_list.clear();
147
}
148
149
bool SigSession::init()
150
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected