Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ Version
Method
Version
lib/mdflib/mdflib/src/mdf4file.cpp:120–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
std::string Mdf4File::Version() const {
121
return !id_block_ ?
""
: id_block_->VersionString();
122
}
123
124
void Mdf4File::MinorVersion(int minor) {
125
if (id_block_) {
Callers
5
TEST_F
Function · 0.45
TEST
Function · 0.45
MdfFile.cpp
File · 0.45
EXPORTFEATUREFUNC
Function · 0.45
VerifyMdfFile
Method · 0.45
Calls
1
VersionString
Method · 0.80
Tested by
2
TEST_F
Function · 0.36
TEST
Function · 0.36