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

Method getExclusiveOfProperties

libminifi/src/core/Property.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92std::vector<std::pair<std::string, std::string>> Property::getExclusiveOfProperties() const {
93 return exclusive_of_properties_;
94}
95
96} /* namespace core */
97} /* namespace minifi */

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected