Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void MdNumber::ByteCount(uint64_t byte_count) {
52
byte_count_ = byte_count;
53
}
54
55
uint64_t MdNumber::ByteCount() const {
56
return byte_count_.has_value() ? byte_count_.value() : 8;
Callers
1
TEST
Function · 0.80
Calls
1
value
Method · 0.45
Tested by
1
TEST
Function · 0.64