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

Function read_binary_string

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

Source from the content-addressed store, hash-verified

1347
1348
1349def read_binary_string(f):
1350 size = read_short(f)
1351 contents = f.read(size)
1352 return contents
1353
1354
1355def write_string(f, s):

Callers 3

recv_error_infoMethod · 0.85
recv_results_preparedMethod · 0.85
recv_results_metadataMethod · 0.85

Calls 2

read_shortFunction · 0.85
readMethod · 0.80

Tested by

no test coverage detected