Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ setContainers
Method
setContainers
libminifi/include/core/Repository.h:123–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
void setContainers(std::map<std::string, std::shared_ptr<core::Connectable>> &containers) {
124
this->containers = containers;
125
}
126
127
virtual bool Get(const std::string& /*key*/, std::string& /*value*/) {
128
return false;
Callers
1
loadFlowRepo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected