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

Method StorageAsString

lib/mdflib/mdflib/src/ca4block.cpp:543–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543std::string Ca4Block::StorageAsString() const {
544 return MakeStorageString(storage_);
545}
546
547
548void Ca4Block::Flags(uint32_t flags) { flags_ = flags; }

Callers 1

RedrawCaBlockMethod · 0.80

Calls 1

MakeStorageStringFunction · 0.85

Tested by

no test coverage detected