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

Method VersionString

lib/mdflib/mdflib/src/idblock.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128std::string IdBlock::VersionString() const {
129 std::string temp = format_identifier_;
130 MdfHelper::Trim(temp);
131 return temp;
132}
133
134std::string IdBlock::ProgramId() const {
135 std::string temp = program_identifier_;

Callers 5

TEST_FFunction · 0.80
RedrawMdf3BlocksMethod · 0.80
RedrawMdf4BlocksMethod · 0.80
VersionMethod · 0.80
VersionMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64