Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ crc16ref
Function
crc16ref
lib/core/crc.h:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
static inline uint16_t crc16ref(uint16_t poly, const Bytes& bytes)
33
{
34
return crc16ref(poly, 0xffff, bytes);
35
}
36
37
#endif
Callers
1
decodeSectorRecord
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected