Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ read_value
Function
read_value
cassandra/protocol.py:1447–1451 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
1445
1446
1447
def
read_value(f):
1448
size = read_int(f)
1449
if
size < 0:
1450
return
None
1451
return
f.read(size)
1452
1453
1454
def
write_value(f, v):
Callers
2
recv_row
Method · 0.85
read_bytesmap
Function · 0.85
Calls
2
read_int
Function · 0.85
read
Method · 0.80
Tested by
no test coverage detected