MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / read_int

Function read_int

cassandra/protocol.py:1284–1285  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

1282
1283
1284def read_int(f):
1285 return int32_unpack(f.read(4))
1286
1287
1288def read_uint_le(f, size=4):

Callers 15

recv_results_rowsMethod · 0.90
recv_results_rowsMethod · 0.90
recv_bodyMethod · 0.85
recv_error_infoMethod · 0.85
recv_error_infoMethod · 0.85
recv_error_infoMethod · 0.85
recv_error_infoMethod · 0.85
recv_error_infoMethod · 0.85
recv_bodyMethod · 0.85
recv_results_rowsMethod · 0.85
recv_results_metadataMethod · 0.85

Calls 1

readMethod · 0.80

Tested by 2

recv_results_rowsMethod · 0.72
recv_results_rowsMethod · 0.72