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

Function write_byte

cassandra/protocol.py:1280–1281  ·  view source on GitHub ↗
(f, b)

Source from the content-addressed store, hash-verified

1278
1279
1280def write_byte(f, b):
1281 f.write(uint8_pack(b))
1282
1283
1284def read_int(f):

Callers 4

_write_query_paramsMethod · 0.85
send_bodyMethod · 0.85
write_uint_leFunction · 0.85
write_inetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected