MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / get_annotation_subset

Method get_annotation_subset

DSView/pv/data/decoderstack.cpp:219–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void DecoderStack::get_annotation_subset(
220 std::vector<pv::data::decode::Annotation*> &dest,
221 const Row &row, uint64_t start_sample,
222 uint64_t end_sample)
223{
224 auto iter = _rows.find(row);
225 if (iter != _rows.end())
226 (*iter).second->get_annotation_subset(dest,
227 start_sample, end_sample);
228}
229
230
231uint64_t DecoderStack::get_annotation_index(

Callers 2

paint_midMethod · 0.45
save_procMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected