| 635 | } |
| 636 | |
| 637 | bool LogicSnapshot::get_sample(uint64_t index, int sig_index) |
| 638 | { |
| 639 | std::lock_guard<std::mutex> lock(_mutex); |
| 640 | return get_sample_unlock(index, sig_index); |
| 641 | } |
| 642 | |
| 643 | bool LogicSnapshot::get_sample_unlock(uint64_t index, int sig_index) |
| 644 | { |
no outgoing calls
no test coverage detected