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

Method setConnectionMap

libminifi/include/core/Repository.h:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 void setConnectionMap(std::map<std::string, std::shared_ptr<core::Connectable>> &connectionMap) {
120 this->connectionMap = connectionMap;
121 }
122
123 void setContainers(std::map<std::string, std::shared_ptr<core::Connectable>> &containers) {
124 this->containers = containers;

Callers 2

RepoTests.cppFile · 0.45
loadFlowRepoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected