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

Method getDisplayName

libminifi/src/core/Property.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30std::string Property::getDisplayName() const {
31 return display_name_.empty() ? name_ : display_name_;
32}
33
34std::string Property::getDescription() const {
35 return description_;

Callers 1

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected