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

Class KeyStruct

bindings/python/fdb/impl.py:1284–1287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1282 _pack_ = 4
1283
1284class KeyStruct(ctypes.Structure):
1285 _fields_ = [('key', ctypes.POINTER(ctypes.c_byte)),
1286 ('key_length', ctypes.c_int)]
1287 _pack_ = 4
1288
1289
1290class KeyValue(object):

Callers 1

waitMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected