Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
std::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
validateComponentProperties
Method · 0.80
serializeClassDescription
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected