Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1327
def
read_short(f):
1328
return
uint16_unpack(f.read(2))
1329
1330
1331
def
write_short(f, s):
Callers
12
recv_error_info
Method · 0.85
recv_prepared_metadata
Method · 0.85
read_type
Method · 0.85
recv_schema_change
Method · 0.85
read_consistency_level
Function · 0.85
read_string
Function · 0.85
read_binary_string
Function · 0.85
read_stringlist
Function · 0.85
read_stringmap
Function · 0.85
read_bytesmap
Function · 0.85
read_stringmultimap
Function · 0.85
read_error_code_map
Function · 0.85
Calls
1
read
Method · 0.80
Tested by
no test coverage detected