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

Method addControllerService

libminifi/src/core/ProcessGroup.cpp:275–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void ProcessGroup::addControllerService(const std::string &nodeId, std::shared_ptr<core::controller::ControllerServiceNode> &node) {
276 controller_service_map_.put(nodeId, node);
277}
278
279/**
280 * Find controllerservice node will search child groups until the nodeId is found.

Callers 1

getYamlRootMethod · 0.80

Calls 1

putMethod · 0.45

Tested by

no test coverage detected