Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ compute_crc32
Function
compute_crc32
cassandra/segment.py:56–58 ·
view source on GitHub ↗
(data, value)
Source
from the content-addressed store, hash-verified
54
55
56
def
compute_crc32(data, value):
57
crc32 = zlib.crc32(data, value)
58
return
crc32
59
60
61
class
SegmentHeader(object):
Callers
2
_encode_segment
Method · 0.85
decode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected