MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / clear

Method clear

DSView/pv/data/logicsnapshot.cpp:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void LogicSnapshot::clear()
108{
109 std::lock_guard<std::mutex> lock(_mutex);
110 free_data();
111 init_all();
112}
113
114void LogicSnapshot::first_payload(const sr_datafeed_logic &logic, uint64_t total_sample_count, GSList *channels, bool able_free)
115{

Callers 4

free_dataMethod · 0.45
first_payloadMethod · 0.45
get_display_edgesMethod · 0.45
decode_endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected