Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ getDescription
Method
getDescription
libminifi/src/core/Property.cpp:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
std::string Property::getDescription() const {
35
return description_;
36
}
37
38
std::vector<std::string> Property::getAllowedTypes() const {
39
return types_;
Callers
1
generate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected