Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DreamSourceLab/DSView
/ free_data
Method
free_data
DSView/pv/data/snapshot.cpp:53–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void Snapshot::free_data()
54
{
55
_capacity = 0;
56
_sample_count = 0;
57
_ch_index.clear();
58
}
59
60
bool Snapshot::empty()
61
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected