Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ IsTxtBlock
Method
IsTxtBlock
lib/mdflib/mdflib/src/tx4block.cpp:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
bool Tx4Block::IsTxtBlock() const {
34
return Platform::strnicmp(block_type_.c_str(),
"##TX"
, 4) == 0;
35
}
36
/*
37
size_t Tx4Block::Read(std::FILE *file) {
38
auto bytes = MdfBlock::ReadHeader4(file);
Callers
3
Unit
Method · 0.80
Unit
Method · 0.80
GetCommonProperty
Function · 0.80
Calls
1
strnicmp
Function · 0.85
Tested by
no test coverage detected