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

Method getVersion

libminifi/include/FlowController.h:174–179  ·  view source on GitHub ↗

get version

Source from the content-addressed store, hash-verified

172
173 // get version
174 virtual std::string getVersion() {
175 if (root_ != nullptr)
176 return std::to_string(root_->getVersion());
177 else
178 return "0";
179 }
180
181 utils::Identifier getControllerUUID() const override {
182 return getUUID();

Callers 1

applyConfigurationMethod · 0.45

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected