MCPcopy 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
56def compute_crc32(data, value):
57 crc32 = zlib.crc32(data, value)
58 return crc32
59
60
61class SegmentHeader(object):

Callers 2

_encode_segmentMethod · 0.85
decodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected