Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ ByteOrder
Method
ByteOrder
lib/mdflib/mdflib/src/mdnumber.cpp:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void MdNumber::ByteOrder(MdByteOrder byte_order) {
68
byte_order_ = byte_order;
69
}
70
71
MdByteOrder MdNumber::ByteOrder() const {
72
return byte_order_;
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64