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

Function write_long

cassandra/protocol.py:1323–1324  ·  view source on GitHub ↗
(f, i)

Source from the content-addressed store, hash-verified

1321
1322
1323def write_long(f, i):
1324 f.write(uint64_pack(i))
1325
1326
1327def read_short(f):

Callers 2

_write_query_paramsMethod · 0.85
send_bodyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected