Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
Identifier::Identifier(const Data& data) : data_(data) {}
79
80
Identifier& Identifier::operator=(const Data& data) {
81
data_ = data;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected