MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / CAttribute

Class CAttribute

python/minifi/__init__.py:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 ('ffp', ctypes.c_void_p)]
38
39class CAttribute(ctypes.Structure):
40 _fields_ = [('key', ctypes.c_char_p),
41 ('value', ctypes.c_void_p),
42 ('value_size', ctypes.c_size_t)]
43
44class CProcessor(ctypes.Structure):
45 _fields_ = [('processor_ptr', ctypes.c_void_p)]

Callers 1

get_attributeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected