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

Method Identifier

libminifi/src/utils/Id.cpp:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76#endif
77
78Identifier::Identifier(const Data& data) : data_(data) {}
79
80Identifier& Identifier::operator=(const Data& data) {
81 data_ = data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected