| 275 | } |
| 276 | |
| 277 | flow_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 | |
| 283 | flow_file_record * generate_flow(processor_context * ctx) { |
| 284 | flow_file_record * ffr = create_ff_object_nc(); |
no test coverage detected