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

Method getDependentProperties

libminifi/src/core/Property.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87
88std::vector<std::string> Property::getDependentProperties() const {
89 return dependent_properties_;
90}
91
92std::vector<std::pair<std::string, std::string>> Property::getExclusiveOfProperties() const {
93 return exclusive_of_properties_;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected