MCPcopy 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
30void CoreComponent::setUUID(const utils::Identifier& uuid) {
31 uuid_ = uuid;
32}
33
34// Get UUID
35utils::Identifier CoreComponent::getUUID() const {

Callers 2

addControllerMethod · 0.45

Calls

no outgoing calls

Tested by 1

addControllerMethod · 0.36