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

Function create_ff_object_nc

nanofi/src/api/nanofi.cpp:277–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277flow_file_record* create_ff_object_nc() {
278 flow_file_record* new_ff = create_ff_object_na(nullptr, 0, 0);
279 new_ff->attributes = new AttributeMap();
280 return new_ff;
281}
282
283flow_file_record * generate_flow(processor_context * ctx) {
284 flow_file_record * ffr = create_ff_object_nc();

Callers 2

generate_flowFunction · 0.85
mainFunction · 0.85

Calls 1

create_ff_object_naFunction · 0.85

Tested by

no test coverage detected