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

Function read_consistency_level

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

Source from the content-addressed store, hash-verified

1333
1334
1335def read_consistency_level(f):
1336 return read_short(f)
1337
1338
1339def write_consistency_level(f, cl):

Callers 5

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

Calls 1

read_shortFunction · 0.85

Tested by

no test coverage detected