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

Method addValue

libminifi/src/core/Property.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void Property::addValue(const std::string &value) {
78 PropertyValue vn;
79 vn = value;
80 values_.push_back(std::move(vn));
81}
82
83bool Property::operator<(const Property &right) const {
84 return name_ < right.name_;

Callers 2

updatePropertyMethod · 0.80
updateDynamicPropertyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected