Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Value
Function
Value
src/leveldb/util/crc32c.h:20–20 ·
view source on GitHub ↗
Return the crc32c of data[0,n-1]
Source
from the content-addressed store, hash-verified
18
19
// Return the crc32c of data[0,n-1]
20
inline uint32_t Value(const char* data, size_t n) { return Extend(0, data, n); }
21
22
static const uint32_t kMaskDelta = 0xa282ead8ul;
23
Callers
13
WriteRawBlock
Method · 0.85
ReadBlock
Function · 0.85
Crc32c
Method · 0.85
TEST
Function · 0.85
FixChecksum
Method · 0.85
Build
Method · 0.85
Check
Method · 0.85
TEST
Function · 0.85
ReadPhysicalRecord
Method · 0.85
Build
Method · 0.85
ReadValue
Method · 0.85
Verify
Method · 0.85
Calls
1
Extend
Function · 0.70
Tested by
8
TEST
Function · 0.68
FixChecksum
Method · 0.68
Build
Method · 0.68
Check
Method · 0.68
TEST
Function · 0.68
Build
Method · 0.68
ReadValue
Method · 0.68
Verify
Method · 0.68