Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
std::string Property::getDisplayName() const {
31
return display_name_.empty() ? name_ : display_name_;
32
}
33
34
std::string Property::getDescription() const {
35
return description_;
Callers
1
serializeClassDescription
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected