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

Method LinkerAddress

lib/mdflib/mdflib/src/cncomment.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void CnComment::LinkerAddress(MdNumber linker_address) {
58 linker_address_ = std::move(linker_address);
59 linker_address_.DataType(MdDataType::MdHex);
60}
61
62const MdNumber& CnComment::LinkerAddress() const {
63 return linker_address_;

Callers 2

TEST_FFunction · 0.80
TESTFunction · 0.80

Calls 1

DataTypeMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TESTFunction · 0.64