MCPcopy 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
34std::string Property::getDescription() const {
35 return description_;
36}
37
38std::vector<std::string> Property::getAllowedTypes() const {
39 return types_;

Callers 1

generateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected