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

Method Comment

lib/mdflib/mdflib/src/mdfblock.cpp:572–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572std::string MdfBlock::Comment() const {
573 if (!md_comment_) {
574 return {};
575 }
576 const auto *md = dynamic_cast<const Tx4Block *>(md_comment_.get());
577 return md != nullptr ? md->TxComment() : "";
578}
579
580MdfBlock *MdfBlock::Find(int64_t index) const {
581 if (file_position_ == index) {

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
TxCommentMethod · 0.45

Tested by

no test coverage detected