Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1362
def
read_binary_longstring(f):
1363
size = read_int(f)
1364
contents = f.read(size)
1365
return
contents
1366
1367
1368
def
read_longstring(f):
Callers
3
recv_body
Method · 0.85
recv_results_metadata
Method · 0.85
read_longstring
Function · 0.85
Calls
2
read_int
Function · 0.85
read
Method · 0.80
Tested by
no test coverage detected