Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ setUUID
Method
setUUID
libminifi/src/core/Core.cpp:30–32 ·
view source on GitHub ↗
Set UUID
Source
from the content-addressed store, hash-verified
28
29
// Set UUID
30
void CoreComponent::setUUID(const utils::Identifier& uuid) {
31
uuid_ = uuid;
32
}
33
34
// Get UUID
35
utils::Identifier CoreComponent::getUUID() const {
Callers
2
addController
Method · 0.45
createControllerService
Method · 0.45
Calls
no outgoing calls
Tested by
1
addController
Method · 0.36