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

Method getComponentName

libminifi/include/FlowController.h:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 std::string getComponentName() const override {
163 return "FlowController";
164 }
165
166 utils::Identifier getComponentUUID() const override {
167 if (!root_) {

Callers 2

initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected