| 738 | } |
| 739 | |
| 740 | bool LogicSnapshot::get_nxt_edge(uint64_t &index, bool last_sample, uint64_t end, |
| 741 | double min_length, int sig_index) |
| 742 | { |
| 743 | std::lock_guard<std::mutex> lock(_mutex); |
| 744 | return get_nxt_edge_unlock(index, last_sample, end, min_length, sig_index); |
| 745 | } |
| 746 | |
| 747 | bool LogicSnapshot::get_nxt_edge_unlock(uint64_t &index, bool last_sample, uint64_t end, |
| 748 | double min_length, int sig_index) |
no outgoing calls
no test coverage detected