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

Method getDropEmptyFlowFiles

libminifi/include/Connection.h:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 bool getDropEmptyFlowFiles() const {
140 return drop_empty_;
141 }
142
143 // Check whether the queue is empty
144 bool isEmpty();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected