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

Method Md5

lib/mdflib/mdflib/src/at4block.cpp:317–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317std::optional<std::string> At4Block::Md5() const {
318 if ((flags_ & At4Flags::kUsingMd5) == 0) {
319 return {};
320 }
321 return ConvertMd5Buffer(md5_);
322}
323
324void At4Block::CreatorIndex(uint16_t creator) { creator_index_ = creator; }
325uint16_t At4Block::CreatorIndex() const { return creator_index_; }

Callers 3

TEST_FFunction · 0.80
EXPORTFEATUREFUNCFunction · 0.80
MdfAttachment.cppFile · 0.80

Calls 1

ConvertMd5BufferFunction · 0.85

Tested by 1

TEST_FFunction · 0.64