MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / GetReader

Method GetReader

lib/mdflib/mdfviewer/src/mdfdocument.h:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 return !reader_ ? nullptr : reader_->GetFile();
28 }
29 [[nodiscard]] const mdf::MdfReader* GetReader() const {
30 return reader_.get();
31 }
32
33 void SetSelectedBlockId(int64_t id, int64_t parent_id, int64_t grand_parent_id) {
34 selected_id_ = id;

Callers 1

RedrawTreeListMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected