MCPcopy 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
33bool Tx4Block::IsTxtBlock() const {
34 return Platform::strnicmp(block_type_.c_str(), "##TX", 4) == 0;
35}
36/*
37size_t Tx4Block::Read(std::FILE *file) {
38 auto bytes = MdfBlock::ReadHeader4(file);

Callers 3

UnitMethod · 0.80
UnitMethod · 0.80
GetCommonPropertyFunction · 0.80

Calls 1

strnicmpFunction · 0.85

Tested by

no test coverage detected