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

Method ProgramId

lib/mdflib/mdflib/src/idblock.cpp:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134std::string IdBlock::ProgramId() const {
135 std::string temp = program_identifier_;
136 MdfHelper::Trim(temp);
137 return temp;
138}
139
140void IdBlock::SetDefaultMdf3Values() {
141 file_identifier_ = "MDF ";

Callers 4

TEST_FFunction · 0.45
TESTFunction · 0.45
MdfFile.cppFile · 0.45
EXPORTFEATUREFUNCFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TESTFunction · 0.36