Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ getComponentUUID
Method
getComponentUUID
libminifi/include/FlowController.h:166–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
utils::Identifier getComponentUUID() const override {
167
if (!root_) {
168
return {};
169
}
170
return root_->getUUID();
171
}
172
173
// get version
174
virtual std::string getVersion() {
Callers
1
handle_c2_server_response
Method · 0.45
Calls
1
getUUID
Method · 0.45
Tested by
no test coverage detected