| 101 | } |
| 102 | |
| 103 | void 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 | |
| 112 | void DsoSnapshot::free_data() |
| 113 | { |
no outgoing calls
no test coverage detected