MCPcopy 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
1379def read_stringlist(f):
1380 numstrs = read_short(f)
1381 return [read_string(f) for _ in range(numstrs)]
1382
1383
1384def write_stringlist(f, stringlist):

Callers 2

decode_messageMethod · 0.85
read_stringmultimapFunction · 0.85

Calls 2

read_shortFunction · 0.85
read_stringFunction · 0.85

Tested by

no test coverage detected