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

Method Md4

lib/mdflib/mdflib/src/mdfblock.cpp:562–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562const Md4Block *MdfBlock::Md4() const {
563 return !md_comment_ ? nullptr
564 : dynamic_cast<const Md4Block *>(md_comment_.get());
565}
566
567void MdfBlock::Md4(const std::string &xml) {
568 auto md4 = std::make_unique<Md4Block>(xml);

Callers 2

GetCommonPropertyFunction · 0.80
SetCommonPropertyFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected