Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ read_stringlist
Function
read_stringlist
cassandra/protocol.py:1379–1381 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
1377
1378
1379
def
read_stringlist(f):
1380
numstrs = read_short(f)
1381
return
[read_string(f)
for
_ in range(numstrs)]
1382
1383
1384
def
write_stringlist(f, stringlist):
Callers
2
decode_message
Method · 0.85
read_stringmultimap
Function · 0.85
Calls
2
read_short
Function · 0.85
read_string
Function · 0.85
Tested by
no test coverage detected