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

Method get_nxt_edge

DSView/pv/data/logicsnapshot.cpp:740–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738}
739
740bool 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
747bool LogicSnapshot::get_nxt_edge_unlock(uint64_t &index, bool last_sample, uint64_t end,
748 double min_length, int sig_index)

Callers 4

measureMethod · 0.80
is_by_edgeMethod · 0.80
edgeMethod · 0.80
edgesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected