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

Method ByteCount

lib/mdflib/mdflib/src/mdnumber.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void MdNumber::ByteCount(uint64_t byte_count) {
52 byte_count_ = byte_count;
53}
54
55uint64_t MdNumber::ByteCount() const {
56 return byte_count_.has_value() ? byte_count_.value() : 8;

Callers 1

TESTFunction · 0.80

Calls 1

valueMethod · 0.45

Tested by 1

TESTFunction · 0.64