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

Method Init

lib/mdflib/mdflib/src/mdfblock.cpp:448–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446
447
448void MdfBlock::Init(const MdfBlock &id_block) {
449 byte_order_ = id_block.byte_order_;
450 version_ = id_block.version_;
451 parent_ = &id_block;
452}
453
454const MdfBlock* MdfBlock::HeaderBlock() const {
455 if (BlockType() == "HD") {

Callers 4

ReadMdCommentMethod · 0.45
WriteTx4Method · 0.45
ReadTx3Method · 0.45
ReadTx4Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected