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

Function read_short

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

Source from the content-addressed store, hash-verified

1325
1326
1327def read_short(f):
1328 return uint16_unpack(f.read(2))
1329
1330
1331def write_short(f, s):

Callers 12

recv_error_infoMethod · 0.85
read_typeMethod · 0.85
recv_schema_changeMethod · 0.85
read_consistency_levelFunction · 0.85
read_stringFunction · 0.85
read_binary_stringFunction · 0.85
read_stringlistFunction · 0.85
read_stringmapFunction · 0.85
read_bytesmapFunction · 0.85
read_stringmultimapFunction · 0.85
read_error_code_mapFunction · 0.85

Calls 1

readMethod · 0.80

Tested by

no test coverage detected