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

Method Version

lib/mdflib/mdflib/src/mdf3file.cpp:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124std::string Mdf3File::Version() const {
125 return !id_block_ ? "" : id_block_->VersionString();
126}
127
128void Mdf3File::ProgramId(const std::string &program_id) {
129 if (id_block_) {

Callers

nothing calls this directly

Calls 1

VersionStringMethod · 0.80

Tested by

no test coverage detected