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

Method get_max_sample

DSView/pv/data/decode/rowdata.cpp:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63uint64_t RowData::get_max_sample()
64{
65 std::lock_guard<std::mutex> lock(_global_visitor_mutex);
66
67 if (_annotations.empty())
68 return 0;
69 return _annotations.back()->end_sample();
70}
71
72uint64_t RowData::get_max_annotation()
73{

Callers 2

has_annotationsMethod · 0.80
get_max_sample_countMethod · 0.80

Calls 2

emptyMethod · 0.80
end_sampleMethod · 0.80

Tested by

no test coverage detected