MCPcopy 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
53void Snapshot::free_data()
54{
55 _capacity = 0;
56 _sample_count = 0;
57 _ch_index.clear();
58}
59
60bool Snapshot::empty()
61{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected