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

Method append

libminifi/src/properties/PropertiesFile.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void PropertiesFile::append(const std::string& key, const std::string& value) {
120 lines_.emplace_back(key, value);
121}
122
123int PropertiesFile::erase(const std::string& key) {
124 if (!Line::isValidKey(key)) {

Callers 1

persistPropertiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected