MCPcopy 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
94bool Identifier::isNil() const {
95 return *this == Identifier{};
96}
97
98bool Identifier::operator!=(const Identifier& other) const {
99 return !(*this == other);

Callers 2

DeSerializeMethod · 0.80
CoreComponentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected