Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ ExpectedCrc
Method
ExpectedCrc
lib/mdflib/include/mdf/ethmessage.h:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
void ExpectedCrc(uint32_t crc) {
101
expected_crc_ = crc;
102
}
103
104
[[nodiscard]] uint32_t ExpectedCrc() const {
105
return expected_crc_;
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64