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

Method getCurrentContext

libminifi/test/TestBase.cpp:317–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315
316
317std::shared_ptr<core::ProcessContext> TestPlan::getCurrentContext() {
318 return processor_contexts_.at(location);
319}
320
321std::shared_ptr<minifi::Connection> TestPlan::buildFinalConnection(std::shared_ptr<core::Processor> processor, bool setDest) {
322 std::stringstream connection_name;

Callers 1

FixtureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected