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

Method LinkerName

lib/mdflib/mdflib/src/cncomment.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void CnComment::LinkerName(MdString linker_name) {
50 linker_name_ = std::move(linker_name);
51}
52
53const MdString& CnComment::LinkerName() const {
54 return linker_name_;

Callers 2

TEST_FFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TESTFunction · 0.64