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

Method GetFile

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

Source from the content-addressed store, hash-verified

24 bool OnOpenDocument(const wxString &filename) override;
25
26 [[nodiscard]] const mdf::MdfFile* GetFile() const {
27 return !reader_ ? nullptr : reader_->GetFile();
28 }
29 [[nodiscard]] const mdf::MdfReader* GetReader() const {
30 return reader_.get();
31 }

Callers 15

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TestMdf3TimeFunction · 0.45
TestMdf4TimeFunction · 0.45

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TestMdf3TimeFunction · 0.36
TestMdf4TimeFunction · 0.36