MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / read_longstring

Function read_longstring

cassandra/protocol.py:1368–1369  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

1366
1367
1368def read_longstring(f):
1369 return read_binary_longstring(f).decode('utf8')
1370
1371
1372def write_longstring(f, s):

Callers 2

recv_bodyMethod · 0.85

Calls 2

read_binary_longstringFunction · 0.85
decodeMethod · 0.80

Tested by 1