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

Function read_binary_longstring

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

Source from the content-addressed store, hash-verified

1360
1361
1362def read_binary_longstring(f):
1363 size = read_int(f)
1364 contents = f.read(size)
1365 return contents
1366
1367
1368def read_longstring(f):

Callers 3

recv_bodyMethod · 0.85
recv_results_metadataMethod · 0.85
read_longstringFunction · 0.85

Calls 2

read_intFunction · 0.85
readMethod · 0.80

Tested by

no test coverage detected