MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / write_stringlist

Function write_stringlist

cassandra/protocol.py:1384–1387  ·  view source on GitHub ↗
(f, stringlist)

Source from the content-addressed store, hash-verified

1382
1383
1384def write_stringlist(f, stringlist):
1385 write_short(f, len(stringlist))
1386 for s in stringlist:
1387 write_string(f, s)
1388
1389
1390def read_stringmap(f):

Callers 2

send_bodyMethod · 0.85
write_stringmultimapFunction · 0.85

Calls 2

write_shortFunction · 0.85
write_stringFunction · 0.85

Tested by

no test coverage detected