Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ getUUID
Method
getUUID
libminifi/src/core/Core.cpp:35–37 ·
view source on GitHub ↗
Get UUID
Source
from the content-addressed store, hash-verified
33
34
// Get UUID
35
utils::Identifier CoreComponent::getUUID() const {
36
return uuid_;
37
}
38
39
// Set Processor Name
40
void CoreComponent::setName(const std::string &name) {
Callers
15
create_processor
Function · 0.45
free_standalone_processor
Function · 0.45
generate_flow
Function · 0.45
invoke_ff
Function · 0.45
invoke_chunk
Function · 0.45
addProcessor
Method · 0.45
connectProcessors
Method · 0.45
addProcessor
Method · 0.45
addConnection
Method · 0.45
buildFinalConnection
Method · 0.45
ManipulateArchiveTests.cpp
File · 0.45
setupFlow
Method · 0.45
Calls
no outgoing calls
Tested by
6
addProcessor
Method · 0.36
addConnection
Method · 0.36
buildFinalConnection
Method · 0.36
setupFlow
Method · 0.36
MergeTestController
Method · 0.36
main
Function · 0.36