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

Method FileId

lib/mdflib/mdflib/src/idblock.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122std::string IdBlock::FileId() const {
123 std::string temp = file_identifier_;
124 MdfHelper::Trim(temp);
125 return temp;
126}
127
128std::string IdBlock::VersionString() const {
129 std::string temp = format_identifier_;

Callers 3

TEST_FFunction · 0.80
IsMdfFileFunction · 0.80
VerifyMdfFileMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64