MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / clear

Method clear

DSView/pv/data/dsosnapshot.cpp:103–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void DsoSnapshot::clear()
104{
105 std::lock_guard<std::mutex> lock(_mutex);
106 free_data();
107 free_envelop();
108 init_all();
109 _envelope_en = false;
110}
111
112void DsoSnapshot::free_data()
113{

Callers 2

free_dataMethod · 0.45
first_payloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected