Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ isNil
Method
isNil
libminifi/src/utils/Id.cpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
bool Identifier::isNil() const {
95
return *this == Identifier{};
96
}
97
98
bool Identifier::operator!=(const Identifier& other) const {
99
return !(*this == other);
Callers
2
DeSerialize
Method · 0.80
CoreComponent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected