MCPcopy Create free account
hub / github.com/apple/foundationdb / KeyValueStruct

Class KeyValueStruct

bindings/python/fdb/impl.py:1277–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1275
1276
1277class KeyValueStruct(ctypes.Structure):
1278 _fields_ = [('key', ctypes.POINTER(ctypes.c_byte)),
1279 ('key_length', ctypes.c_int),
1280 ('value', ctypes.POINTER(ctypes.c_byte)),
1281 ('value_length', ctypes.c_int)]
1282 _pack_ = 4
1283
1284class KeyStruct(ctypes.Structure):
1285 _fields_ = [('key', ctypes.POINTER(ctypes.c_byte)),

Callers 1

waitMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected