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

Method getCurrentFlowFile

libminifi/test/TestBase.cpp:309–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309std::shared_ptr<core::FlowFile> TestPlan::getCurrentFlowFile() {
310 if (current_flowfile_ == nullptr) {
311 current_flowfile_ = process_sessions_.at(location)->get();
312 }
313 return current_flowfile_;
314}
315
316
317std::shared_ptr<core::ProcessContext> TestPlan::getCurrentContext() {

Calls 1

getMethod · 0.45

Tested by

no test coverage detected